risc-v-tlm/asm/test1.asm

9 lines
91 B
NASM

# test1.asm
JAL +4
ADD t1, t1, t2
SUB t3, t1, t2
ADD t1, t1, t2
# JAL -12
J 10
LUI t2, 250