Files

9 lines
138 B
ArmAsm

# expected: 00000000FFFFFFFF
.text
_start:
li x2, 0x11000
li x1, 0xFFFFFFFFFFFFFFFF
sw x1, 100(x2)
lwu x31, 100(x2)