Accept valid one byte signed and unsigned values for the IMM8 operand.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / relax-bposge.s
1 # Source file to test branch relaxation with the BPOSGE32 and BPOSGE64
2 # instructions.
3
4 .text
5 foo:
6 b bar
7 bposge32 bar
8 bposge64 bar
9 bal bar
10
11 .space 0x20000
12 bar:
This page took 0.031144 seconds and 4 git commands to generate.