mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
13 lines
140 B
ArmAsm
13 lines
140 B
ArmAsm
|
.set mips16
|
||
|
|
||
|
.globl __start
|
||
|
.ent __start
|
||
|
__start:
|
||
|
.frame $sp,24,$31
|
||
|
save 24,$31
|
||
|
jal x+8
|
||
|
jal y+8
|
||
|
restore 24,$31
|
||
|
j $31
|
||
|
.end __start
|