mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 09:16:49 +02:00
Initial commit
This commit is contained in:
10
arm9/source/waitByLoop.s
Normal file
10
arm9/source/waitByLoop.s
Normal file
@@ -0,0 +1,10 @@
|
||||
.section ".itcm", "ax"
|
||||
.arm
|
||||
|
||||
// r0: iteration count
|
||||
.global waitByLoop
|
||||
.type waitByLoop, %function
|
||||
waitByLoop:
|
||||
subs r0, r0, #1
|
||||
bgt waitByLoop
|
||||
bx lr
|
||||
Reference in New Issue
Block a user