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 9 lui $2, ($3) 10 lui $2, 0+$3 11 lui $2, (($3)) 12