MIPS/binutils/testsuite: Define names of temporary files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / ext-ill.s
1 # source file to test illegal ext, dext, dextm, dextu instructions
2
3 .text
4 text_label:
5 ext $2, $3, 1, 0
6 dext $2, $3, 1, 0
7 dextm $2, $3, 31, 2
8 dextm $2, $3, 1, 32
9 dextu $2, $3, 33, 0
This page took 0.029685 seconds and 4 git commands to generate.