Rv64i : passing test

This commit is contained in:
2025-11-13 09:49:18 +01:00
parent 7bb8b993ae
commit 030149cbea
16 changed files with 166 additions and 6 deletions

View File

@@ -1,7 +1,11 @@
# expected: 123451BC
# expected: 123451BC, FFFFFFFFF0000000
.text
_start:
lui x1, 0x12345
ori x1, x1, 0x1BC
sw x1, 100(x0)
lw x31, 100(x0)
li x1, 0x00000000F0000000
sw x1, 100(x0)
lw x31, 100(x0)