RVSCC/fw/test/rtype.s
Mario Romero bd2f58d5f6
Some checks are pending
continuous-integration/drone/push Build is pending
Change name scheme and add tests
2023-02-26 20:26:11 -03:00

9 lines
119 B
ArmAsm

.section .text
.global main
main:
addi t0, zero, 21
addi t1, zero, 72
add t2, t0, t1
# check t2 == 83