Stage 11: Passing tests

This commit is contained in:
2025-11-09 17:48:18 +01:00
parent 4018f69f65
commit 603a1ac54a
8 changed files with 168 additions and 23 deletions

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

@@ -0,0 +1,12 @@
# expected: 000000FB, 000000FB
.text
_start:
addi x1, x0, 0x0FB
nop # Next instruction depends on previous register op
sb x1, 100(x0)
lbu x31, 100(x0)
addi x1, x0, 0x0FB
nop # Next instruction depends on previous register op
sb x1, 106(x0)
lbu x31, 106(x0)