Modifies test slightly because now RAM is relocated to 0x10000
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
# expected: 000000009ABCDEF0, 0000000012345678
|
||||
.text
|
||||
_start:
|
||||
auipc x2, 0x01
|
||||
li x1, 0x123456789ABCDEF0
|
||||
sd x1, 128(x0)
|
||||
sd x1, 128(x2)
|
||||
|
||||
lwu x31, 128(x0)
|
||||
lwu x31, 132(x0)
|
||||
lwu x31, 128(x2)
|
||||
lwu x31, 132(x2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user