MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-branch-absolute-2.s
CommitLineData
82d808ed
MR
1 .text
2
3 .space 0x1000
4
5 .globl foo
6 .ent foo
7 .set mips16
8foo:
9 b 0x1235
10 bteqz 0x1235
11 btnez 0x1235
12 beqz $2, 0x1235
13 bnez $2, 0x1235
14 nop
15 .set nomips16
16 .end foo
17
18# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
19 .align 4, 0
20 .space 16
This page took 0.083583 seconds and 4 git commands to generate.