gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / jalr2.s
CommitLineData
1180b5a4
RS
1 .ent test
2test:
3 .frame $sp,32,$31
4 .cprestore 16
5 jal local
6 jal local+12
7 jal global
8 jal global+12
9 .end test
10
11local:
12 nop
13 nop
14 nop
15 nop
This page took 0.177516 seconds and 4 git commands to generate.