Almost working jump.

This commit is contained in:
Sebastian Bugge 2024-10-04 04:11:26 +02:00
parent 92d0dfd9eb
commit 323e373d0e
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691
9 changed files with 89 additions and 35 deletions

View file

@ -0,0 +1,11 @@
main:
addi x2, x2, 4
j loop
end:
done
loop:
bge x1, x2, end
addi x1, x1, 1
j loop