RVSCC/fw/test/rtype.s

9 lines
119 B
ArmAsm
Raw Normal View History

2022-12-24 00:30:12 +00:00
.section .text
.global main
main:
2022-12-24 01:14:04 +00:00
addi t0, zero, 21
addi t1, zero, 72
2022-12-24 00:30:12 +00:00
add t2, t0, t1
# check t2 == 83