[MIPS] Add Loongson 3A1000 proccessor support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-pcrel-absolute-1.s
CommitLineData
82d808ed
MR
1 .text
2
3 .space 0x1000
4
5 .set bar, 0x1234
6
7 .ent foo
8 .set mips16
9foo:
10 la $2, bar
11 lw $2, bar
12 nop
13 .set nomips16
14 .end foo
15
16# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
17 .align 4, 0
18 .space 16
This page took 0.089515 seconds and 4 git commands to generate.