2012-01-06 00:20:08 +01:00

5 lines
54 B
ArmAsm

.globl foo
foo: ret
.globl _start
_start: call foo