Fixs JALR instruction

This commit is contained in:
2025-11-13 09:01:54 +01:00
parent 7bb8b993ae
commit c8cd44974f
5 changed files with 10 additions and 8 deletions

View File

@@ -13,3 +13,4 @@ step2:
jalr x0, 4(x2) # return to step1, but 1 further
finish:
nop
addi x31, x0, 0x0AB # This instruction should never be executed