Ok this is epic
This commit is contained in:
6
test/basic.S
Normal file
6
test/basic.S
Normal file
@@ -0,0 +1,6 @@
|
||||
ADDI x2, x0, 1
|
||||
|
||||
loop:
|
||||
SUB x1, x1, x2
|
||||
SW x1, 4(x0)
|
||||
BLT x0, x1, loop
|
||||
Reference in New Issue
Block a user