Add jal instruction

This commit is contained in:
2025-11-07 11:51:33 +01:00
parent c2c16d9672
commit cbf7ec9ad3
6 changed files with 90 additions and 41 deletions

12
bench/tests/op/jal.s Normal file
View File

@@ -0,0 +1,12 @@
# expected: 00000004, 0000008, 0000000C
.text
_start:
jal x31, step1
step1:
jal x31, step2
step2:
jal x31, step3
step3:
nop