MIPS/binutils/testsuite: Define names of temporary files
[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
d436c1c2
RS
9 lui $2, ($3)
10 lui $2, 0+$3
11 lui $2, (($3))
This page took 0.209785 seconds and 4 git commands to generate.