bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / expr1.s
1 .globl foo
2 .ent foo
3 foo:
4 lw $4,%lo(foo)($4)
5 lw $4,((10 + 4) * 4)($4)
6 lw $4,%lo (2 * 4) + foo($4)
7 lw $4,%lo((2 * 4) + foo)($4)
8 lw $4,(((%lo ((2 * 4) + foo))))($4)
9 .space 64
10 .end foo
This page took 0.030499 seconds and 4 git commands to generate.