Modifies test slightly because now RAM is relocated to 0x10000

This commit is contained in:
2025-11-15 01:26:49 +01:00
32 changed files with 974 additions and 274 deletions

View File

@@ -1,12 +1,14 @@
# expected: 0000F1BC, 0000F1BC
.text
_start:
lui x1, 0xF
ori x1, x1, 0x1BC
sh x1, 100(x0)
lhu x31, 100(x0)
li x2, 0x11000
lui x1, 0xF
ori x1, x1, 0x1BC
sh x1, 106(x0)
lhu x31, 106(x0)
sh x1, 100(x2)
lhu x31, 100(x2)
lui x1, 0xF
ori x1, x1, 0x1BC
sh x1, 106(x2)
lhu x31, 106(x2)