7 lines
88 B
ArmAsm
7 lines
88 B
ArmAsm
.abicalls
|
|
.option pic0
|
|
.global __start
|
|
.ent __start
|
|
__start:
|
|
jal foo
|
|
.end __start
|