6 lines
57 B
ArmAsm
6 lines
57 B
ArmAsm
|
.sect .text
|
||
|
.define __exit
|
||
|
__exit:
|
||
|
mov eax, 1
|
||
|
int 0x80
|