mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-27 14:50:23 +00: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
|