7 lines
68 B
ArmAsm
7 lines
68 B
ArmAsm
.text
|
|
.extern __times
|
|
.globl _times
|
|
.balign 2
|
|
|
|
_times:
|
|
jmp __times
|