We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5a154 commit 63e16eaCopy full SHA for 63e16ea
lectures/RISC-V/code/simple-add.s
@@ -0,0 +1,3 @@
1
+li a0, 23
2
+li a1, 4
3
+add a2, a0, a1
0 commit comments