MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3a
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-pcrel-absolute-3.s
1 .text
2
3 .space 0x1000
4
5 .set bar, 0x1234
6
7 .ent foo
8 .set mips16
9 foo:
10 dla $2, bar
11 ld $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.035717 seconds and 4 git commands to generate.