2013-04-03 21:39:13 +02:00

11 lines
104 B
ArmAsm

.text
.globl main
.globl start
.globl _start
.globl __start
main:
start:
_start:
__start:
.byte 0