7 lines
72 B
ArmAsm
7 lines
72 B
ArmAsm
|
.globl _start
|
||
|
.type _start, %function
|
||
|
_start:
|
||
|
retl
|
||
|
nop
|
||
|
.end _start
|