MIPS/GAS/testsuite: Drop the `mips16e-' prefix from SAVE/RESTORE tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-asmacro.s
CommitLineData
5284e471
MR
1 .set mips16
2foo:
3 asmacro 0, 0, 0, 0, 0, 0
4 asmacro 0, 1, 2, 3, 4, 5
5 asmacro 0, 31, 0, 7, 0, 7
6 asmacro 5, 4, 3, 2, 1, 0
7 asmacro 7, 0, 7, 0, 31, 0
8 asmacro 7, 31, 7, 7, 31, 7
9
10# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
11 .align 4, 0
12 .space 16
This page took 0.051611 seconds and 4 git commands to generate.