5 lines
54 B
ArmAsm
Raw Normal View History

2012-01-05 23:13:27 +01:00
.globl foo
foo: ret
.globl _start
_start: call foo