pypowersim_tut: Fixed link formatting
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 12 Sep 2023 19:37:57 +0000 (19:37 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 12 Sep 2023 19:37:57 +0000 (19:37 +0000)
docs/pypowersim_tut.mdwn

index e0c8bce3e918773f231fbc9329d8a2e1d5731ff3..9f31c750127258d6b071ca1505850e824a8234c7 100644 (file)
@@ -1,9 +1,18 @@
 # Pypowersim/ISACaller tutorial - In progress!
 
-* Libre-SOC Wiki OpenPOWER ISA Pseudo-code: <https://libre-soc.org/openpower/isa/>
-* PowerPC Arch assembler lecture: <https://www.eecs.umich.edu/courses/eecs373.w04/Lectures/stever_old_lectures/lec2.pdf>
-* Hello world in PPC64 assembly: <https://github.com/matja/asm-examples/blob/master/ppc64/hello.ppc64.linux.syscall.gas.asm>
-* Hello world in PPC64LE assembly: <https://gist.github.com/sandip4n/09b50786e88968faaecdf42360c85b1b>
+Useful Links (Libre-SOC):
+
+* (**Very Useful**) OpenPOWER ISA Pseudo-code:
+<https://libre-soc.org/openpower/isa/>
+
+Useful Links (External):
+
+* PowerPC Arch assembler lecture:
+<https://www.eecs.umich.edu/courses/eecs373.w04/Lectures/stever_old_lectures/lec2.pdf>
+* Hello world in PPC64 assembly:
+<https://github.com/matja/asm-examples/blob/master/ppc64/hello.ppc64.linux.syscall.gas.asm>
+* Hello world in PPC64LE assembly:
+<https://gist.github.com/sandip4n/09b50786e88968faaecdf42360c85b1b>
 
 This tutorial is intended to get started with Libre-SOC's in-house instruction
 simulator. The main Python class doing the work is called `ISACaller`, while