mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-06-18 10:55:31 -04:00
14 lines
334 B
ArmAsm
14 lines
334 B
ArmAsm
.text
|
|
.align 4
|
|
|
|
.thumb
|
|
|
|
@---------------------------------------------------------------------------------
|
|
.global swiDelay
|
|
.thumb_func
|
|
@---------------------------------------------------------------------------------
|
|
swiDelay:
|
|
@---------------------------------------------------------------------------------
|
|
swi 0x03
|
|
bx lr
|