Stage 7: Register to register operations, all tests passing

This commit is contained in:
2025-11-06 19:02:42 +01:00
parent 37435c6677
commit c2c16d9672
4 changed files with 122 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
_start:
lui x2, 0xdead0
lui x3, 0x0
lui x4, 0x1
addi x4, x0, 0x1
addi x5, x0, (-1)
# Add 0

View File

@@ -1,4 +1,4 @@
# expected: 00000000, 00000001, 00000001, 00000000
# expected: 00000000, 00000001, 00000000, 00000000
.text
_start:
addi x1, x0, (-1)