8 lines
70 B
ArmAsm
8 lines
70 B
ArmAsm
|
.sect .text
|
||
|
.extern __wait
|
||
|
.define _wait
|
||
|
.align 2
|
||
|
|
||
|
_wait:
|
||
|
jmp __wait
|