gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / lui-1.s
CommitLineData
5821951c
MR
1# Source code used to test error diagnostics with the LUI instruction.
2
3 .text
4foo:
5 lui $2, -1
6 lui $2, 65536
7 lui $2, 0x10000000000000000
8 lui $2, $3
This page took 0.024602 seconds and 4 git commands to generate.