Accept valid one byte signed and unsigned values for the IMM8 operand.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / pcrel-1.s
1 .text
2 .ent func
3 func:
4 lui $4,%hi(foo-.)
5 addiu $4,%lo(foo-.)
6 .end func
7
8 .space 0x8008
9
10 .ent foo
11 foo:
12 nop
13 .end foo
This page took 0.031977 seconds and 4 git commands to generate.