2014-12-26 11:26:52 +01:00

11 lines
104 B
ArmAsm

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