MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3a
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-absolute-reloc-1.s
CommitLineData
88a7ef16
MR
1 .text
2
3 .space 0x1000
4
5 .globl foo
6 .ent foo
7 .set mips16
8foo:
9 daddiu $16, 1f - .
10 daddiu $4, $29, 0x1234
111:
12 nop
13 .end foo
14
15# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
16 .align 4, 0
17 .space 16
This page took 0.180401 seconds and 4 git commands to generate.