Files
fmn_processor/bench/tests/op/jal.s
2025-11-07 11:51:33 +01:00

13 lines
146 B
ArmAsm

# expected: 00000004, 0000008, 0000000C
.text
_start:
jal x31, step1
step1:
jal x31, step2
step2:
jal x31, step3
step3:
nop