6 lines
49 B
ArmAsm
6 lines
49 B
ArmAsm
|
.globl exit
|
||
|
exit:
|
||
|
li a0, 0
|
||
|
li a1, 93
|
||
|
ecall
|