Stage 12: passing tests

This commit is contained in:
2025-11-09 18:23:24 +01:00
parent 603a1ac54a
commit 441f665d34
6 changed files with 15 additions and 24 deletions

View File

@@ -2,15 +2,11 @@
.text
_start:
lui x1, 0xF
nop # Next instruction depends on previous register op
ori x1, x1, 0x1BC
nop # Next instruction depends on previous register op
sh x1, 100(x0)
lh x31, 100(x0)
lui x1, 0xF
nop # Next instruction depends on previous register op
ori x1, x1, 0x1BC
nop # Next instruction depends on previous register op
sh x1, 106(x0)
lh x31, 106(x0)