Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16e2-lui.s
1 .text
2 foo:
3 lui $2, %hi(bar)
4 lui $3, %hi(0f)
5 lui $4, %hi(baz)
6 lui $5, %hi(0x12345678)
7 lui $6, %lo(bar)
8 lui $7, %lo(0f)
9 lui $16, %lo(baz)
10 lui $17, %lo(0x12345678)
11 lui $2, 0x1234
12 lui $3, 1
13 0:
14 .set baz, 0x87654321
15
16 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
17 .space 16
18 .align 4, 0
This page took 0.031929 seconds and 4 git commands to generate.