4c6d0a43aae4ab74d4162c76be1400dc16f8b3c8
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips16-call-global-1.s
1 .set mips16
2
3 .globl __start
4 .ent __start
5 .align 4
6 __start:
7 .frame $sp,24,$31
8 save 24,$31
9 jal x+8
10 jal y+8
11 restore 24,$31
12 j $31
13 .end __start
This page took 0.031037 seconds and 3 git commands to generate.