mirror of
https://github.com/ApacheThunder/r4bootstrap.git
synced 2025-06-19 03:35:41 -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
|