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

6
bench/tests/op/lwu.s Normal file
View File

@@ -0,0 +1,6 @@
# expected: 00000000FFFFFFFF
.text
_start:
li x1, 0xFFFFFFFFFFFFFFFF
sw x1, 100(x0)
lwu x31, 100(x0)