Modifies test slightly because now RAM is relocated to 0x10000
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user