mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
11 lines
119 B
ArmAsm
11 lines
119 B
ArmAsm
|
.abicalls
|
||
|
.option pic0
|
||
|
.global __start
|
||
|
.set micromips
|
||
|
.ent __start
|
||
|
__start:
|
||
|
jal f1
|
||
|
jal f2
|
||
|
jal f3
|
||
|
.end __start
|