1 .*: Assembler messages:
2 .*:5: Error: Unable to mix instructions as specified
3 .*:6: Error: Unable to mix instructions as specified
4 .*:11: Error: Unable to mix instructions as specified
5 .*:12: Error: Unable to mix instructions as specified
6 .*:16: Error: Unable to mix instructions as specified
7 .*:17: Error: Unable to mix instructions as specified
8 .*:21: Error: Unable to mix instructions as specified
9 .*:22: Error: Unable to mix instructions as specified
10 .*:26: Error: Unable to mix instructions as specified
11 .*:27: Error: Unable to mix instructions as specified
12 GAS LISTING .*
13 
14 
15    1              	# D30V serial execution test
16    2
17    3              		.text
18    4
19    5 \?\?\?\? ........ 		bra -3 -> add r3,r0,0	; Invalid
20 .*  Error: Unable to mix instructions as specified
21    5      ........
22    6 \?\?\?\? 08083000 		bsr -3 -> add r3,r0,0	; Invalid
23 .*  Error: Unable to mix instructions as specified
24    6      00F00000
25    6      002BFFFF
26    6      00F00000
27    7
28    8 \?\?\?\? 08083000 		bra/tx -3 -> add r3,r0,0 ;       Valid
29    8      00F00000
30    8      100BFFFF
31    8      88083000
32    9 \?\?\?\? 102BFFFF 		bsr/tx -3 -> add r3,r0,0 ;       Valid
33    9      88083000
34   10
35   11 \?\?\?\? 002BFFFF 		bsr -3 -> bsr -10	;       Invalid
36 .*  Error: Unable to mix instructions as specified
37   11      00F00000
38   12 \?\?\?\? 002BFFFE 		bsr -3 -> bsr/xt -10    ;       Invalid
39 .*  Error: Unable to mix instructions as specified
40   12      00F00000
41   12      002BFFFF
42   12      00F00000
43   13 \?\?\?\? 302BFFFE 		bsr/tx -3 -> bsr -10    ;       Valid
44   13      00F00000
45   13      102BFFFF
46   13      802BFFFE
47   14 \?\?\?\? 102BFFFF 		bsr/tx -3 -> bsr/fx -10 ;       Valid
48   14      A02BFFFE
49   15
50   16 \?\?\?\? 000BFFFF 		bra -3 -> bra  10       ;      Invalid
51 .*  Error: Unable to mix instructions as specified
52   16      00F00000
53   17 \?\?\?\? 00080001 		bra -3 -> bra/tx 10     ;      Invalid
54 .*  Error: Unable to mix instructions as specified
55   17      00F00000
56   17      000BFFFF
57   17      00F00000
58   18 \?\?\?\? 10080001 		bra/tx -3 -> bra 10     ;      Valid
59   18      00F00000
60   18      100BFFFF
61   18      80080001
62   19 \?\?\?\? 100BFFFF 		bra/tx -3 -> bra/fx 10  ;      Valid
63   19      A0080001
64   20
65   21 \?\?\?\? 002BFFFF 		bsr -3 -> bra 10        ;      Invalid
66 .*  Error: Unable to mix instructions as specified
67   21      00F00000
68   22 \?\?\?\? 00080001 		bsr -3 -> bra/tx 10     ;      Invalid
69 .*  Error: Unable to mix instructions as specified
70   22      00F00000
71   22      002BFFFF
72 GAS LISTING .*
73 
74 
75   22      00F00000
76   23 \?\?\?\? 10080001 		bsr/tx -3 -> bra 10     ;      Valid
77   23      00F00000
78   23      102BFFFF
79   23      80080001
80   24 \?\?\?\? 102BFFFF 		bsr/tx -3 -> bra/fx 10  ;      Valid
81   24      A0080001
82   25
83   26 \?\?\?\? 000BFFFF 		bra -3 -> bsr 10        ;      Invalid
84 .*  Error: Unable to mix instructions as specified
85   26      00F00000
86   27 \?\?\?\? 00280001 		bra -3 -> bsr/tx 10     ;      Invalid
87 .*  Error: Unable to mix instructions as specified
88   27      00F00000
89   27      000BFFFF
90   27      00F00000
91   28 \?\?\?\? 10280001 		bra/tx -3 -> bsr 10     ;      Valid
92   28      00F00000
93   28      100BFFFF
94   28      80280001
95   29 \?\?\?\? 100BFFFF 		bra/tx -3 -> bsr/fx 10  ;      Valid
96   29      A0280001
97