Implements stage 6: tests passing

This commit is contained in:
2025-11-06 18:38:32 +01:00
parent 2ee9cc66b9
commit 1c829366de
10 changed files with 99 additions and 11 deletions

View File

@@ -1,4 +1,9 @@
# expected: 00000000, 00000010
# expected: 000001FF, FFFFFFFF
.text
_start:
addi x1, x0, 0x100
ori x31, x1, 0x0FF
addi x1, x0, -1
ori x31, x1, 0x010