8 lines
86 B
ArmAsm
8 lines
86 B
ArmAsm
.section .text
|
|
.global main
|
|
|
|
main:
|
|
addi t0, t0, 3
|
|
addi t1, t1, 4
|
|
add a0, t1, t0
|