# expected: 123451BC .text _start: lui x1, 0x12345 ori x1, x1, 0x1BC sw x1, 100(x0) lw x31, 100(x0)