Ok this is epic

This commit is contained in:
Benjamin Kyd
2023-05-22 13:59:56 +01:00
parent da5ca15973
commit 28ae5df372
7 changed files with 120 additions and 8 deletions

6
test/basic.S Normal file
View File

@@ -0,0 +1,6 @@
ADDI x2, x0, 1
loop:
SUB x1, x1, x2
SW x1, 4(x0)
BLT x0, x1, loop