Add jal instruction
This commit is contained in:
12
bench/tests/op/jal.s
Normal file
12
bench/tests/op/jal.s
Normal file
@@ -0,0 +1,12 @@
|
||||
# expected: 00000004, 0000008, 0000000C
|
||||
.text
|
||||
_start:
|
||||
jal x31, step1
|
||||
step1:
|
||||
jal x31, step2
|
||||
step2:
|
||||
jal x31, step3
|
||||
step3:
|
||||
nop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user