2016-07-01 20:27:28 +02:00

8 lines
77 B
ArmAsm

.section .text.start
.align 4
.global _start
_start:
b main
.word 0