7 lines
68 B
ArmAsm
7 lines
68 B
ArmAsm
.text
|
|
.extern __stime
|
|
.globl _stime
|
|
.balign 2
|
|
|
|
_stime:
|
|
jmp __stime
|