2012-03-26 21:18:29 +02:00

7 lines
72 B
ArmAsm

.globl _start
.type _start, %function
_start:
retl
nop
.end _start