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