1 .*: Assembler messages:
2 .*:5: Error: Unable to mix instructions as specified
3 .*:6: Error: Unable to mix instructions as specified
4 .*:8: Error: Unable to mix instructions as specified
5 .*:9: Error: Unable to mix instructions as specified
6 .*:11: Error: Unable to mix instructions as specified
7 .*:12: Error: Unable to mix instructions as specified
8 .*:13: Error: Unable to mix instructions as specified
9 .*:14: Error: Unable to mix instructions as specified
10 .*:16: Error: Unable to mix instructions as specified
11 .*:17: Error: Unable to mix instructions as specified
12 .*:18: Error: Unable to mix instructions as specified
13 .*:19: Error: Unable to mix instructions as specified
14 .*:21: Error: Unable to mix instructions as specified
15 .*:22: Error: Unable to mix instructions as specified
16 .*:23: Error: Unable to mix instructions as specified
17 .*:24: Error: Unable to mix instructions as specified
18 .*:26: Error: Unable to mix instructions as specified
19 .*:27: Error: Unable to mix instructions as specified
20 .*:28: Error: Unable to mix instructions as specified
21 .*:29: Error: Unable to mix instructions as specified
22 GAS LISTING .*
23 
24 
25    1              	# D30V serial execution test
26    2
27    3              		.text
28    4
29    5 \?\?\?\? ........ 		bra -3 -> add r3,r0,0	; Invalid
30 .*  Error: Unable to mix instructions as specified
31    5      ........
32    6 \?\?\?\? 08083000 		bsr -3 -> add r3,r0,0	; Invalid
33 .*  Error: Unable to mix instructions as specified
34    6      00F00000
35    6      002BFFFF
36    6      00F00000
37    7
38    8 \?\?\?\? 08083000 		bra/tx -3 -> add r3,r0,0 ;       Valid
39 .*  Error: Unable to mix instructions as specified
40    8      00F00000
41    8      100BFFFF
42    8      00F00000
43    9 \?\?\?\? 08083000 		bsr/tx -3 -> add r3,r0,0 ;       Valid
44 .*  Error: Unable to mix instructions as specified
45    9      00F00000
46    9      102BFFFF
47    9      00F00000
48   10
49   11 \?\?\?\? 08083000 		bsr -3 -> bsr -10	;       Invalid
50 .*  Error: Unable to mix instructions as specified
51   11      00F00000
52   11      002BFFFF
53   11      00F00000
54   12 \?\?\?\? 002BFFFE 		bsr -3 -> bsr/xt -10    ;       Invalid
55 .*  Error: Unable to mix instructions as specified
56   12      00F00000
57   12      002BFFFF
58   12      00F00000
59   13 \?\?\?\? 302BFFFE 		bsr/tx -3 -> bsr -10    ;       Valid
60 .*  Error: Unable to mix instructions as specified
61   13      00F00000
62   13      102BFFFF
63   13      00F00000
64   14 \?\?\?\? 002BFFFE 		bsr/tx -3 -> bsr/fx -10 ;       Valid
65 .*  Error: Unable to mix instructions as specified
66   14      00F00000
67   14      102BFFFF
68   14      00F00000
69   15
70   16 \?\?\?\? 202BFFFE 		bra -3 -> bra  10       ;      Invalid
71 .*  Error: Unable to mix instructions as specified
72   16      00F00000
73   16      000BFFFF
74   16      00F00000
75   17 \?\?\?\? 00080001 		bra -3 -> bra/tx 10     ;      Invalid
76 .*  Error: Unable to mix instructions as specified
77   17      00F00000
78   17      000BFFFF
79   17      00F00000
80   18 \?\?\?\? 10080001 		bra/tx -3 -> bra 10     ;      Valid
81 .*  Error: Unable to mix instructions as specified
82 GAS LISTING .*
83 
84 
85   18      00F00000
86   18      100BFFFF
87   18      00F00000
88   19 \?\?\?\? 00080001 		bra/tx -3 -> bra/fx 10  ;      Valid
89 .*  Error: Unable to mix instructions as specified
90   19      00F00000
91   19      100BFFFF
92   19      00F00000
93   20
94   21 \?\?\?\? 20080001 		bsr -3 -> bra 10        ;      Invalid
95 .*  Error: Unable to mix instructions as specified
96   21      00F00000
97   21      002BFFFF
98   21      00F00000
99   22 \?\?\?\? 00080001 		bsr -3 -> bra/tx 10     ;      Invalid
100 .*  Error: Unable to mix instructions as specified
101   22      00F00000
102   22      002BFFFF
103   22      00F00000
104   23 \?\?\?\? 10080001 		bsr/tx -3 -> bra 10     ;      Valid
105 .*  Error: Unable to mix instructions as specified
106   23      00F00000
107   23      102BFFFF
108   23      00F00000
109   24 \?\?\?\? 00080001 		bsr/tx -3 -> bra/fx 10  ;      Valid
110 .*  Error: Unable to mix instructions as specified
111   24      00F00000
112   24      102BFFFF
113   24      00F00000
114   25
115   26 \?\?\?\? 20080001 		bra -3 -> bsr 10        ;      Invalid
116 .*  Error: Unable to mix instructions as specified
117   26      00F00000
118   26      000BFFFF
119   26      00F00000
120   27 \?\?\?\? 00280001 		bra -3 -> bsr/tx 10     ;      Invalid
121 .*  Error: Unable to mix instructions as specified
122   27      00F00000
123   27      000BFFFF
124   27      00F00000
125   28 \?\?\?\? 10280001 		bra/tx -3 -> bsr 10     ;      Valid
126 .*  Error: Unable to mix instructions as specified
127   28      00F00000
128   28      100BFFFF
129   28      00F00000
130   29 \?\?\?\? 00280001 		bra/tx -3 -> bsr/fx 10  ;      Valid
131 .*  Error: Unable to mix instructions as specified
132   29      00F00000
133   29      100BFFFF
134   29      00F00000
135   29      20280001
136