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