2014-03-19 17:25:32 +01:00

11 lines
104 B
ArmAsm

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