mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
12 lines
101 B
ArmAsm
12 lines
101 B
ArmAsm
|
.text
|
||
|
.arm
|
||
|
.align 4
|
||
|
|
||
|
.global wait
|
||
|
.type wait, %function
|
||
|
wait:
|
||
|
subs r0, r0, #2
|
||
|
nop
|
||
|
bgt wait
|
||
|
bx lr
|