6 lines
57 B
ArmAsm
6 lines
57 B
ArmAsm
|
.globl _start
|
||
|
_start:
|
||
|
li a0, 10
|
||
|
li a1, 20
|
||
|
jal exit
|