7 lines
64 B
ArmAsm
7 lines
64 B
ArmAsm
.text
|
|
.extern __time
|
|
.globl _time
|
|
.balign 2
|
|
|
|
_time:
|
|
jmp __time
|