11 lines
96 B
ArmAsm

.text
.arm
.align 4
.global wait
.type wait, %function
wait:
subs r0, r0, #4
bcs wait
bx lr