11 lines
96 B
ArmAsm
Raw Normal View History

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