6 lines
64 B
ArmAsm
6 lines
64 B
ArmAsm
|
.extern .f
|
||
|
.globl __start
|
||
|
.csect __start[PR]
|
||
|
__start:
|
||
|
bl .f
|