blob: 4c6d0a43aae4ab74d4162c76be1400dc16f8b3c8 [file] [log] [blame]
.set mips16
.globl __start
.ent __start
.align 4
__start:
.frame $sp,24,$31
save 24,$31
jal x+8
jal y+8
restore 24,$31
j $31
.end __start