Accept valid one byte signed and unsigned values for the IMM8 operand.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / noat-1.s
CommitLineData
8fc2e39e
TS
1 .set noat
2 lw $27, 0x7fff($27)
3 lw $27, -0x8000($27)
4 sw $27, 0x7fff($27)
5 sw $27, -0x8000($27)
6
7 .space 8
This page took 0.46879 seconds and 4 git commands to generate.