risc-v-tlm/asm/Memoryaccess.asm

7 lines
73 B
NASM

li t1, 150
li t2, 300
li t3, -250
sw t1, -4(t2)
li t1, 500
lw t1, -4(t2)