Stage 8: all tests passing
This commit is contained in:
@@ -1,12 +1,17 @@
|
||||
# expected: 00000004, 0000008, 0000000C
|
||||
# expected: 00000004, 0000008, 00000014, 0000000B
|
||||
.text
|
||||
_start:
|
||||
jal x31, step1
|
||||
step1:
|
||||
jal x31, step2
|
||||
step4:
|
||||
addi x31, x0, 0x00B
|
||||
jal x0, finish
|
||||
step2:
|
||||
jal x31, step3
|
||||
step3:
|
||||
jal x0, step4
|
||||
addi x31, x0, 0x00A # This instruction should never be executed
|
||||
finish:
|
||||
nop
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user