Add MIPS .module directive
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf-rel29.s
1 .set nomips16
2 .ent foo
3 foo:
4 lui $4,%highest(bar)
5 dsll $4,$4,16
6 daddiu $4,$4,%higher(bar)
7 dsll $4,$4,16
8 daddiu $4,$4,%hi(bar)
9 dsll $4,$4,16
10 lw $4,%lo(bar)($4)
11 .end foo
12 .eqv bar,0x123456789abcdef0
This page took 0.030293 seconds and 4 git commands to generate.