MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-extend-swap.s
1 .set mips1
2 .set mips16
3 foo:
4 extend 0x123
5 jal bar
6
7 extend 0x123
8 jalx baz
9
10 extend 0x123
11 jr $3
12
13 extend 0x123
14 jr $31
15
16 extend 0x123
17 jalr $3
18
19 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
20 .align 4, 0
21 .space 16
This page took 0.030822 seconds and 4 git commands to generate.