Add macro expansions for ADD, SUB, DADD and DSUB for MIPS r6
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-branch-absolute.s
CommitLineData
88a7ef16
MR
1 .text
2
3 .space 0x1000
4
96e9ba5f 5 .globl foo
88a7ef16
MR
6 .ent foo
7 .set mips16
8foo:
9 b bar
10 bteqz bar
11 btnez bar
12 beqz $2, bar
13 bnez $2, bar
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
21
96e9ba5f 22 .set bar, 0x1235
This page took 0.15658 seconds and 4 git commands to generate.