fixes and "slt" command added
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
addi x1, x0, 5 # x1 = 5 (Zaehler)
|
||||
loop:
|
||||
addi x1, x1, −1 # x1 −= 1
|
||||
bne x1 , x0, loop # solange x1 != 0 , wiederhole
|
||||
bne x1, x0, loop # solange x1 != 0 , wiederhole
|
||||
Reference in New Issue
Block a user