MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3a
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / nal.s
1 .text
2 .globl foo
3 .ent foo
4 foo:
5 nal
6 jr $ra
7 .end foo
8
9 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
10 .align 4, 0
11 .space 16
This page took 0.038652 seconds and 4 git commands to generate.