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