6 lines
65 B
ArmAsm
6 lines
65 B
ArmAsm
|
.globl _start
|
||
|
.type _start,@function
|
||
|
_start:
|
||
|
ret
|
||
|
.end _start
|