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