Skip to content

Commit

Permalink
fix register
Browse files Browse the repository at this point in the history
  • Loading branch information
commonkestrel authored Nov 13, 2023
1 parent f3c953b commit 34872d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fib.asm
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ fib:
mv r0, r1
mv r1, r3
dec r2
jnz c, [.loop]
jnz r2, [.loop]
.halt:
jmp [.halt]

0 comments on commit 34872d4

Please sign in to comment.