gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf-rel12.s
1 .ent foo
2 foo:
3 lui $4,%hi(l2)
4 la $3,l1
5 addiu $4,$4,%lo(l2)
6
7 .space 64
8 .end foo
9
10 .globl l1
11 .globl l2
12 .data
13 l1: .word 1
14 l2: .word 2
This page took 0.030959 seconds and 4 git commands to generate.