2018-05-31 23:21:48 +02:00

12 lines
101 B
ArmAsm

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