Stage 11: Passing tests
This commit is contained in:
9
bench/tests/op/lw.s
Normal file
9
bench/tests/op/lw.s
Normal file
@@ -0,0 +1,9 @@
|
||||
# expected: 123451BC
|
||||
.text
|
||||
_start:
|
||||
lui x1, 0x12345
|
||||
nop # Next instruction depends on previous register op
|
||||
ori x1, x1, 0x1BC
|
||||
nop # Next instruction depends on previous register op
|
||||
sw x1, 100(x0)
|
||||
lw x31, 100(x0)
|
||||
Reference in New Issue
Block a user