mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
11 lines
96 B
ArmAsm
11 lines
96 B
ArmAsm
.text
|
|
.arm
|
|
.align 4
|
|
|
|
.global wait
|
|
.type wait, %function
|
|
wait:
|
|
subs r0, r0, #4
|
|
bcs wait
|
|
bx lr
|