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

9
bench/tests/op/sd.s Normal file
View File

@@ -0,0 +1,9 @@
# expected: 000000009ABCDEF0, 0000000012345678
.text
_start:
li x1, 0x123456789ABCDEF0
sd x1, 128(x0)
lwu x31, 128(x0)
lwu x31, 132(x0)