MIPS/binutils/testsuite: Define names of temporary files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / r5900@isa-override-1.s
CommitLineData
22522f88
MR
1 .text
2 .globl foo
3 .ent foo
4foo:
5 ld $2, 0($4)
6 or $2, 0x89ab0000
7 .set push
8 .set mips3
9 ld $2, 0($4)
10 or $2, 0x89ab0000
11 dli $2, 0x9000000080000000
12 .set mips0
13 ld $2, 0($4)
14 or $2, 0x89ab0000
15 .set mips3
16 .set pop
17 ld $2, 0($4)
18 or $2, 0x89ab0000
19 .end foo
20
21# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
22 .align 4, 0
23 .space 16
This page took 0.071252 seconds and 4 git commands to generate.