Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips32-dspr3.s
1 # source file to test assembly of MIPS DSP ASE Rev3 for MIPS32 instructions
2
3 .set noreorder
4 .set noat
5
6 .text
7 text_label:
8 bposge32c text_label
9
10 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
11 .align 2
12 .space 8
This page took 0.030677 seconds and 4 git commands to generate.