pypowersim_tut: Added link to Libre-SOC's ISA pseudo-code list
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 12 Sep 2023 19:35:14 +0000 (19:35 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 12 Sep 2023 19:35:14 +0000 (19:35 +0000)
docs/pypowersim_tut.mdwn

index 6f47abe39cd7c6a5a5544d70a68b1fd4b4142707..e0c8bce3e918773f231fbc9329d8a2e1d5731ff3 100644 (file)
@@ -1,5 +1,6 @@
 # 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>