2012-03-26 21:18:29 +02:00

9 lines
85 B
ArmAsm

.text
.arch armv4
.global _start
.type _start, %function
_start:
bx lr
bx r0
bxeq r0