1# source file to test objdump's disassembly using various styles of
2# CP0 register names.
3
4	.set noreorder
5	.set noat
6
7	.globl text_label .text
8text_label:
9
10	mtc0	$0, $0
11	mtc0	$0, $1
12	mtc0	$0, $2
13	mtc0	$0, $3
14	mtc0	$0, $4
15	mtc0	$0, $5
16	mtc0	$0, $6
17	mtc0	$0, $7
18	mtc0	$0, $8
19	mtc0	$0, $9
20	mtc0	$0, $10
21	mtc0	$0, $11
22	mtc0	$0, $12
23	mtc0	$0, $13
24	mtc0	$0, $14
25	mtc0	$0, $15
26	mtc0	$0, $16
27	mtc0	$0, $17
28	mtc0	$0, $18
29	mtc0	$0, $19
30	mtc0	$0, $20
31	mtc0	$0, $21
32	mtc0	$0, $22
33	mtc0	$0, $23
34	mtc0	$0, $24
35	mtc0	$0, $25
36	mtc0	$0, $26
37	mtc0	$0, $27
38	mtc0	$0, $28
39	mtc0	$0, $29
40	mtc0	$0, $30
41	mtc0	$0, $31
42
43# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
44      .space  8
45