annotate src/Fonts/aa_font16.inc @ 363:9a1c275077b0

cleanup
author heinrichsweikamp
date Tue, 04 Aug 2015 16:37:19 +0200
parents 11d4fc797f74
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
heinrichsweikamp
parents:
diff changeset
1 ;==========================================================================
heinrichsweikamp
parents:
diff changeset
2 ; Font data exported ven. janv. 13 2012 by FontIO.cpp 110 2011-06-07 11:26:40Z gascuel $
heinrichsweikamp
parents:
diff changeset
3 ;==========================================================================
heinrichsweikamp
parents:
diff changeset
4 aa_font16_height EQU .14
heinrichsweikamp
parents:
diff changeset
5 aa_font16_width EQU .9
heinrichsweikamp
parents:
diff changeset
6 aa_font16_nbbits EQU .3
heinrichsweikamp
parents:
diff changeset
7 ;
heinrichsweikamp
parents:
diff changeset
8 aa_font16_bits:
heinrichsweikamp
parents:
diff changeset
9 ; Space
heinrichsweikamp
parents:
diff changeset
10 DB 0xFD
heinrichsweikamp
parents:
diff changeset
11 ; ! mark
heinrichsweikamp
parents:
diff changeset
12 DB 0xB8, 0x06, 0x80, 0x01, 0xBA
heinrichsweikamp
parents:
diff changeset
13 ; " dquote
heinrichsweikamp
parents:
diff changeset
14 DB 0x83, 0x00, 0x89, 0x01, 0x80, 0x00, 0x89, 0x02
heinrichsweikamp
parents:
diff changeset
15 DB 0x9B, 0x00, 0x89, 0x02, 0x8A, 0x01, 0xA6
heinrichsweikamp
parents:
diff changeset
16 ; # sharp
heinrichsweikamp
parents:
diff changeset
17 DB 0x86, 0x00, 0x89, 0x00, 0x81, 0x00, 0x87, 0x08
heinrichsweikamp
parents:
diff changeset
18 DB 0x83, 0x00, 0x81, 0x00, 0x81, 0x00, 0x89, 0x00
heinrichsweikamp
parents:
diff changeset
19 DB 0x81, 0x00, 0x81, 0x00, 0x83, 0x08, 0x87, 0x00
heinrichsweikamp
parents:
diff changeset
20 DB 0x81, 0x00, 0x89, 0x00, 0x96
heinrichsweikamp
parents:
diff changeset
21 ; $ dolar
heinrichsweikamp
parents:
diff changeset
22 DB 0x90, 0x02, 0x83, 0x01, 0x84, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
23 DB 0x83, 0x00, 0x83, 0x00, 0x82, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
24 DB 0x80, 0x00, 0x80, 0x0C, 0x81, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
25 DB 0x82, 0x00, 0x89, 0x02, 0x9E
heinrichsweikamp
parents:
diff changeset
26 ; % percent
heinrichsweikamp
parents:
diff changeset
27 DB 0x80, 0x02, 0x85, 0x00, 0x82, 0x00, 0x82, 0x00
heinrichsweikamp
parents:
diff changeset
28 DB 0x82, 0x01, 0x83, 0x00, 0x82, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
29 DB 0x86, 0x02, 0x81, 0x00, 0x8B, 0x00, 0x81, 0x01
heinrichsweikamp
parents:
diff changeset
30 DB 0x86, 0x01, 0x81, 0x00, 0x81, 0x00, 0x83, 0x01
heinrichsweikamp
parents:
diff changeset
31 DB 0x83, 0x00, 0x81, 0x00, 0x82, 0x00, 0x86, 0x01
heinrichsweikamp
parents:
diff changeset
32 DB 0x91
heinrichsweikamp
parents:
diff changeset
33 ; & and
heinrichsweikamp
parents:
diff changeset
34 DB 0x8F, 0x01, 0x82, 0x02, 0x84, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
35 DB 0x80, 0x00, 0x82, 0x00, 0x83, 0x00, 0x82, 0x00
heinrichsweikamp
parents:
diff changeset
36 DB 0x83, 0x00, 0x83, 0x00, 0x81, 0x00, 0x80, 0x00
heinrichsweikamp
parents:
diff changeset
37 DB 0x82, 0x00, 0x84, 0x01, 0x82, 0x00, 0x80, 0x00
heinrichsweikamp
parents:
diff changeset
38 DB 0x88, 0x01, 0x80, 0x02, 0x9E
heinrichsweikamp
parents:
diff changeset
39 ; ' quote
heinrichsweikamp
parents:
diff changeset
40 DB 0x92, 0x00, 0x88, 0x01, 0x80, 0x00, 0x89, 0x02
heinrichsweikamp
parents:
diff changeset
41 DB 0xCF
heinrichsweikamp
parents:
diff changeset
42 ; ( lparent
heinrichsweikamp
parents:
diff changeset
43 DB 0x91, 0x05, 0x85, 0x01, 0x85, 0x01, 0x82, 0x00
heinrichsweikamp
parents:
diff changeset
44 DB 0x89, 0x00, 0x80, 0x00, 0x8B, 0x00, 0xB7
heinrichsweikamp
parents:
diff changeset
45 ; ) rparent
heinrichsweikamp
parents:
diff changeset
46 DB 0x8D, 0x00, 0x8B, 0x00, 0x80, 0x00, 0x89, 0x00
heinrichsweikamp
parents:
diff changeset
47 DB 0x82, 0x01, 0x85, 0x01, 0x85, 0x05, 0xBB
heinrichsweikamp
parents:
diff changeset
48 ; * star
heinrichsweikamp
parents:
diff changeset
49 DB 0x93, 0x00, 0x82, 0x00, 0x89, 0x00, 0x80, 0x00
heinrichsweikamp
parents:
diff changeset
50 DB 0x8B, 0x03, 0x86, 0x03, 0x8B, 0x00, 0x80, 0x00
heinrichsweikamp
parents:
diff changeset
51 DB 0x89, 0x00, 0x82, 0x00, 0x9E
heinrichsweikamp
parents:
diff changeset
52 ; + plus
heinrichsweikamp
parents:
diff changeset
53 DB 0x94, 0x00, 0x8C, 0x00, 0x8C, 0x00, 0x89, 0x06
heinrichsweikamp
parents:
diff changeset
54 DB 0x89, 0x00, 0x8C, 0x00, 0x8C, 0x00, 0x93
heinrichsweikamp
parents:
diff changeset
55 ; , comma
heinrichsweikamp
parents:
diff changeset
56 DB 0xA8, 0x00, 0x88, 0x01, 0x80, 0x00, 0x89, 0x02
heinrichsweikamp
parents:
diff changeset
57 DB 0xB9
heinrichsweikamp
parents:
diff changeset
58 ; - minus
heinrichsweikamp
parents:
diff changeset
59 DB 0xA2, 0x00, 0x8C, 0x00, 0x8C, 0x00, 0x8C, 0x00
heinrichsweikamp
parents:
diff changeset
60 DB 0xAF
heinrichsweikamp
parents:
diff changeset
61 ; . dot
heinrichsweikamp
parents:
diff changeset
62 DB 0xA4, 0x01, 0x8B, 0x01, 0xC8
heinrichsweikamp
parents:
diff changeset
63 ; / slash
heinrichsweikamp
parents:
diff changeset
64 DB 0x97, 0x00, 0x89, 0x02, 0x88, 0x01, 0x88, 0x02
heinrichsweikamp
parents:
diff changeset
65 DB 0x89, 0x00, 0xB5
heinrichsweikamp
parents:
diff changeset
66 ; 0 0
heinrichsweikamp
parents:
diff changeset
67 DB 0x91, 0x04, 0x87, 0x00, 0x84, 0x00, 0x85, 0x00
heinrichsweikamp
parents:
diff changeset
68 DB 0x86, 0x00, 0x84, 0x00, 0x86, 0x00, 0x85, 0x00
heinrichsweikamp
parents:
diff changeset
69 DB 0x84, 0x00, 0x87, 0x04, 0xA0
heinrichsweikamp
parents:
diff changeset
70 ; 1 1
heinrichsweikamp
parents:
diff changeset
71 DB 0x9E, 0x00, 0x85, 0x00, 0x84, 0x00, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
72 DB 0x84, 0x08, 0x8C, 0x00, 0x8C, 0x00, 0x9E
heinrichsweikamp
parents:
diff changeset
73 ; 2 2
heinrichsweikamp
parents:
diff changeset
74 DB 0x9E, 0x00, 0x85, 0x00, 0x84, 0x00, 0x85, 0x01
heinrichsweikamp
parents:
diff changeset
75 DB 0x84, 0x00, 0x84, 0x00, 0x80, 0x00, 0x84, 0x00
heinrichsweikamp
parents:
diff changeset
76 DB 0x82, 0x01, 0x81, 0x00, 0x85, 0x02, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
77 DB 0x9E
heinrichsweikamp
parents:
diff changeset
78 ; 3 3
heinrichsweikamp
parents:
diff changeset
79 DB 0x9E, 0x00, 0x81, 0x00, 0x82, 0x00, 0x84, 0x00
heinrichsweikamp
parents:
diff changeset
80 DB 0x82, 0x00, 0x82, 0x00, 0x84, 0x00, 0x82, 0x00
heinrichsweikamp
parents:
diff changeset
81 DB 0x82, 0x00, 0x84, 0x00, 0x81, 0x01, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
82 DB 0x86, 0x01, 0x81, 0x02, 0x9F
heinrichsweikamp
parents:
diff changeset
83 ; 4 4
heinrichsweikamp
parents:
diff changeset
84 DB 0x94, 0x01, 0x89, 0x01, 0x80, 0x00, 0x88, 0x00
heinrichsweikamp
parents:
diff changeset
85 DB 0x82, 0x00, 0x87, 0x00, 0x83, 0x00, 0x86, 0x08
heinrichsweikamp
parents:
diff changeset
86 DB 0x8A, 0x00, 0x8C, 0x00, 0x92
heinrichsweikamp
parents:
diff changeset
87 ; 5 5
heinrichsweikamp
parents:
diff changeset
88 DB 0x9D, 0x03, 0x83, 0x00, 0x84, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
89 DB 0x83, 0x00, 0x84, 0x00, 0x81, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
90 DB 0x84, 0x00, 0x81, 0x00, 0x82, 0x00, 0x85, 0x00
heinrichsweikamp
parents:
diff changeset
91 DB 0x82, 0x02, 0xA0
heinrichsweikamp
parents:
diff changeset
92 ; 6 6
heinrichsweikamp
parents:
diff changeset
93 DB 0x91, 0x04, 0x87, 0x00, 0x81, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
94 DB 0x85, 0x00, 0x81, 0x00, 0x83, 0x00, 0x84, 0x00
heinrichsweikamp
parents:
diff changeset
95 DB 0x81, 0x00, 0x83, 0x00, 0x84, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
96 DB 0x82, 0x00, 0x89, 0x03, 0x9F
heinrichsweikamp
parents:
diff changeset
97 ; 7 7
heinrichsweikamp
parents:
diff changeset
98 DB 0x81, 0x00, 0x8C, 0x00, 0x86, 0x00, 0x84, 0x00
heinrichsweikamp
parents:
diff changeset
99 DB 0x85, 0x01, 0x84, 0x00, 0x83, 0x01, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
100 DB 0x81, 0x01, 0x88, 0x02, 0x8A, 0x00, 0xA6
heinrichsweikamp
parents:
diff changeset
101 ; 8 8
heinrichsweikamp
parents:
diff changeset
102 DB 0x90, 0x01, 0x82, 0x01, 0x85, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
103 DB 0x80, 0x00, 0x81, 0x00, 0x84, 0x00, 0x82, 0x00
heinrichsweikamp
parents:
diff changeset
104 DB 0x82, 0x00, 0x84, 0x00, 0x82, 0x00, 0x82, 0x00
heinrichsweikamp
parents:
diff changeset
105 DB 0x84, 0x00, 0x81, 0x00, 0x80, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
106 DB 0x85, 0x01, 0x82, 0x01, 0x9F
heinrichsweikamp
parents:
diff changeset
107 ; 9 9
heinrichsweikamp
parents:
diff changeset
108 DB 0x83, 0x02, 0x82, 0x00, 0x85, 0x00, 0x82, 0x00
heinrichsweikamp
parents:
diff changeset
109 DB 0x81, 0x00, 0x84, 0x00, 0x83, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
110 DB 0x84, 0x00, 0x82, 0x00, 0x82, 0x00, 0x85, 0x00
heinrichsweikamp
parents:
diff changeset
111 DB 0x81, 0x00, 0x80, 0x01, 0x87, 0x03, 0xAF
heinrichsweikamp
parents:
diff changeset
112 ; : colon
heinrichsweikamp
parents:
diff changeset
113 DB 0x9F, 0x01, 0x82, 0x01, 0x86, 0x01, 0x82, 0x01
heinrichsweikamp
parents:
diff changeset
114 DB 0xC8
heinrichsweikamp
parents:
diff changeset
115 ; ; semicolon
heinrichsweikamp
parents:
diff changeset
116 DB 0x9A, 0x00, 0x83, 0x01, 0x82, 0x01, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
117 DB 0x83, 0x01, 0x82, 0x03, 0xC6
heinrichsweikamp
parents:
diff changeset
118 ; < less
heinrichsweikamp
parents:
diff changeset
119 DB 0x86, 0x00, 0x8B, 0x01, 0x8A, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
120 DB 0x88, 0x00, 0x82, 0x00, 0x88, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
121 DB 0x86, 0x00, 0x85, 0x00, 0xAC
heinrichsweikamp
parents:
diff changeset
122 ; = equal
heinrichsweikamp
parents:
diff changeset
123 DB 0x85, 0x00, 0x80, 0x00, 0x8A, 0x00, 0x80, 0x00
heinrichsweikamp
parents:
diff changeset
124 DB 0x8A, 0x00, 0x80, 0x00, 0x8A, 0x00, 0x80, 0x00
heinrichsweikamp
parents:
diff changeset
125 DB 0x8A, 0x00, 0x80, 0x00, 0x8A, 0x00, 0x80, 0x00
heinrichsweikamp
parents:
diff changeset
126 DB 0xAE
heinrichsweikamp
parents:
diff changeset
127 ; > greater
heinrichsweikamp
parents:
diff changeset
128 DB 0x82, 0x00, 0x85, 0x00, 0x86, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
129 DB 0x88, 0x00, 0x81, 0x00, 0x89, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
130 DB 0x8A, 0x01, 0x8B, 0x00, 0xB0
heinrichsweikamp
parents:
diff changeset
131 ; ? question
heinrichsweikamp
parents:
diff changeset
132 DB 0x8E, 0x00, 0x8C, 0x00, 0x83, 0x01, 0x80, 0x01
heinrichsweikamp
parents:
diff changeset
133 DB 0x83, 0x00, 0x82, 0x00, 0x89, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
134 DB 0x8A, 0x01, 0xB2
heinrichsweikamp
parents:
diff changeset
135 ; @ arobas
heinrichsweikamp
parents:
diff changeset
136 DB 0x83, 0x04, 0x87, 0x00, 0x84, 0x00, 0x85, 0x00
heinrichsweikamp
parents:
diff changeset
137 DB 0x81, 0x02, 0x81, 0x00, 0x83, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
138 DB 0x82, 0x00, 0x80, 0x00, 0x83, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
139 DB 0x82, 0x00, 0x80, 0x00, 0x83, 0x00, 0x81, 0x03
heinrichsweikamp
parents:
diff changeset
140 DB 0x81, 0x00, 0x84, 0x00, 0x84, 0x00, 0x87, 0x04
heinrichsweikamp
parents:
diff changeset
141 DB 0x93
heinrichsweikamp
parents:
diff changeset
142 ; A A
heinrichsweikamp
parents:
diff changeset
143 DB 0x89, 0x00, 0x89, 0x02, 0x87, 0x02, 0x80, 0x00
heinrichsweikamp
parents:
diff changeset
144 DB 0x86, 0x01, 0x83, 0x00, 0x85, 0x02, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
145 DB 0x88, 0x02, 0x80, 0x00, 0x8B, 0x02, 0x8D, 0x00
heinrichsweikamp
parents:
diff changeset
146 DB 0x90
heinrichsweikamp
parents:
diff changeset
147 ; B B
heinrichsweikamp
parents:
diff changeset
148 DB 0x8E, 0x09, 0x83, 0x00, 0x83, 0x00, 0x82, 0x00
heinrichsweikamp
parents:
diff changeset
149 DB 0x83, 0x00, 0x83, 0x00, 0x82, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
150 DB 0x83, 0x00, 0x82, 0x00, 0x83, 0x00, 0x82, 0x00
heinrichsweikamp
parents:
diff changeset
151 DB 0x80, 0x00, 0x80, 0x00, 0x85, 0x02, 0x81, 0x02
heinrichsweikamp
parents:
diff changeset
152 DB 0x9F
heinrichsweikamp
parents:
diff changeset
153 ; C C
heinrichsweikamp
parents:
diff changeset
154 DB 0x82, 0x05, 0x86, 0x00, 0x85, 0x00, 0x84, 0x00
heinrichsweikamp
parents:
diff changeset
155 DB 0x87, 0x00, 0x83, 0x00, 0x87, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
156 DB 0x87, 0x00, 0x83, 0x00, 0x87, 0x00, 0xAC
heinrichsweikamp
parents:
diff changeset
157 ; D D
heinrichsweikamp
parents:
diff changeset
158 DB 0x80, 0x09, 0x83, 0x00, 0x87, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
159 DB 0x87, 0x00, 0x83, 0x00, 0x87, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
160 DB 0x86, 0x00, 0x85, 0x00, 0x84, 0x01, 0x86, 0x04
heinrichsweikamp
parents:
diff changeset
161 DB 0xA1
heinrichsweikamp
parents:
diff changeset
162 ; E E
heinrichsweikamp
parents:
diff changeset
163 DB 0x8E, 0x09, 0x83, 0x00, 0x83, 0x00, 0x82, 0x00
heinrichsweikamp
parents:
diff changeset
164 DB 0x83, 0x00, 0x83, 0x00, 0x82, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
165 DB 0x83, 0x00, 0x82, 0x00, 0x83, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
166 DB 0x82, 0x00, 0xAC
heinrichsweikamp
parents:
diff changeset
167 ; F F
heinrichsweikamp
parents:
diff changeset
168 DB 0x9C, 0x09, 0x83, 0x00, 0x83, 0x00, 0x87, 0x00
heinrichsweikamp
parents:
diff changeset
169 DB 0x83, 0x00, 0x87, 0x00, 0x83, 0x00, 0x87, 0x00
heinrichsweikamp
parents:
diff changeset
170 DB 0x83, 0x00, 0xA2
heinrichsweikamp
parents:
diff changeset
171 ; G G
heinrichsweikamp
parents:
diff changeset
172 DB 0x91, 0x04, 0x86, 0x01, 0x84, 0x00, 0x85, 0x00
heinrichsweikamp
parents:
diff changeset
173 DB 0x86, 0x00, 0x83, 0x00, 0x87, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
174 DB 0x87, 0x00, 0x83, 0x00, 0x87, 0x00, 0x83, 0x01
heinrichsweikamp
parents:
diff changeset
175 DB 0x82, 0x03, 0x91
heinrichsweikamp
parents:
diff changeset
176 ; H H
heinrichsweikamp
parents:
diff changeset
177 DB 0x8E, 0x09, 0x88, 0x00, 0x8C, 0x00, 0x8C, 0x00
heinrichsweikamp
parents:
diff changeset
178 DB 0x8C, 0x00, 0x87, 0x09, 0x9E
heinrichsweikamp
parents:
diff changeset
179 ; I I
heinrichsweikamp
parents:
diff changeset
180 DB 0x9C, 0x00, 0x87, 0x00, 0x83, 0x00, 0x87, 0x00
heinrichsweikamp
parents:
diff changeset
181 DB 0x83, 0x09, 0x83, 0x00, 0x87, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
182 DB 0x87, 0x00, 0x9E
heinrichsweikamp
parents:
diff changeset
183 ; J J
heinrichsweikamp
parents:
diff changeset
184 DB 0x97, 0x00, 0x83, 0x00, 0x87, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
185 DB 0x87, 0x00, 0x83, 0x00, 0x86, 0x00, 0x84, 0x08
heinrichsweikamp
parents:
diff changeset
186 DB 0xAD
heinrichsweikamp
parents:
diff changeset
187 ; K K
heinrichsweikamp
parents:
diff changeset
188 DB 0x80, 0x09, 0x87, 0x00, 0x8B, 0x00, 0x80, 0x01
heinrichsweikamp
parents:
diff changeset
189 DB 0x88, 0x00, 0x83, 0x00, 0x85, 0x01, 0x85, 0x01
heinrichsweikamp
parents:
diff changeset
190 DB 0x83, 0x00, 0x87, 0x00, 0xAC
heinrichsweikamp
parents:
diff changeset
191 ; L L
heinrichsweikamp
parents:
diff changeset
192 DB 0x8E, 0x09, 0x8C, 0x00, 0x8C, 0x00, 0x8C, 0x00
heinrichsweikamp
parents:
diff changeset
193 DB 0x8C, 0x00, 0xAC
heinrichsweikamp
parents:
diff changeset
194 ; M M
heinrichsweikamp
parents:
diff changeset
195 DB 0x81, 0x08, 0x83, 0x01, 0x8D, 0x02, 0x8D, 0x01
heinrichsweikamp
parents:
diff changeset
196 DB 0x88, 0x02, 0x88, 0x01, 0x8C, 0x08, 0x9E
heinrichsweikamp
parents:
diff changeset
197 ; N N
heinrichsweikamp
parents:
diff changeset
198 DB 0x80, 0x09, 0x84, 0x01, 0x8D, 0x01, 0x8D, 0x01
heinrichsweikamp
parents:
diff changeset
199 DB 0x8D, 0x01, 0x84, 0x09, 0xAC
heinrichsweikamp
parents:
diff changeset
200 ; O O
heinrichsweikamp
parents:
diff changeset
201 DB 0x82, 0x05, 0x86, 0x00, 0x85, 0x00, 0x84, 0x00
heinrichsweikamp
parents:
diff changeset
202 DB 0x87, 0x00, 0x83, 0x00, 0x87, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
203 DB 0x87, 0x00, 0x84, 0x00, 0x85, 0x00, 0x86, 0x05
heinrichsweikamp
parents:
diff changeset
204 DB 0xA0
heinrichsweikamp
parents:
diff changeset
205 ; P P
heinrichsweikamp
parents:
diff changeset
206 DB 0x9C, 0x09, 0x83, 0x00, 0x84, 0x00, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
207 DB 0x84, 0x00, 0x86, 0x00, 0x83, 0x00, 0x88, 0x03
heinrichsweikamp
parents:
diff changeset
208 DB 0xA3
heinrichsweikamp
parents:
diff changeset
209 ; Q Q
heinrichsweikamp
parents:
diff changeset
210 DB 0x90, 0x05, 0x86, 0x00, 0x85, 0x00, 0x84, 0x00
heinrichsweikamp
parents:
diff changeset
211 DB 0x87, 0x00, 0x83, 0x00, 0x87, 0x00, 0x80, 0x00
heinrichsweikamp
parents:
diff changeset
212 DB 0x81, 0x00, 0x87, 0x00, 0x80, 0x00, 0x82, 0x00
heinrichsweikamp
parents:
diff changeset
213 DB 0x85, 0x00, 0x82, 0x00, 0x82, 0x05, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
214 DB 0x8D
heinrichsweikamp
parents:
diff changeset
215 ; R R
heinrichsweikamp
parents:
diff changeset
216 DB 0x8E, 0x09, 0x83, 0x00, 0x83, 0x00, 0x87, 0x00
heinrichsweikamp
parents:
diff changeset
217 DB 0x83, 0x01, 0x86, 0x00, 0x83, 0x00, 0x80, 0x00
heinrichsweikamp
parents:
diff changeset
218 DB 0x85, 0x00, 0x82, 0x00, 0x82, 0x00, 0x85, 0x02
heinrichsweikamp
parents:
diff changeset
219 DB 0x84, 0x00, 0x8C, 0x00, 0x90
heinrichsweikamp
parents:
diff changeset
220 ; S S
heinrichsweikamp
parents:
diff changeset
221 DB 0x8F, 0x02, 0x84, 0x00, 0x83, 0x00, 0x82, 0x00
heinrichsweikamp
parents:
diff changeset
222 DB 0x83, 0x00, 0x83, 0x00, 0x82, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
223 DB 0x83, 0x00, 0x83, 0x00, 0x82, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
224 DB 0x83, 0x00, 0x81, 0x00, 0x84, 0x00, 0x84, 0x02
heinrichsweikamp
parents:
diff changeset
225 DB 0x9F
heinrichsweikamp
parents:
diff changeset
226 ; T T
heinrichsweikamp
parents:
diff changeset
227 DB 0x8E, 0x00, 0x8C, 0x00, 0x8C, 0x00, 0x8C, 0x09
heinrichsweikamp
parents:
diff changeset
228 DB 0x83, 0x00, 0x8C, 0x00, 0x8C, 0x00, 0x99
heinrichsweikamp
parents:
diff changeset
229 ; U U
heinrichsweikamp
parents:
diff changeset
230 DB 0x8E, 0x08, 0x8D, 0x00, 0x8C, 0x00, 0x8C, 0x00
heinrichsweikamp
parents:
diff changeset
231 DB 0x8B, 0x00, 0x84, 0x07, 0xA0
heinrichsweikamp
parents:
diff changeset
232 ; V V
heinrichsweikamp
parents:
diff changeset
233 DB 0x80, 0x00, 0x8D, 0x02, 0x8D, 0x02, 0x8D, 0x02
heinrichsweikamp
parents:
diff changeset
234 DB 0x8B, 0x00, 0x88, 0x03, 0x86, 0x02, 0x89, 0x00
heinrichsweikamp
parents:
diff changeset
235 DB 0x99
heinrichsweikamp
parents:
diff changeset
236 ; W W
heinrichsweikamp
parents:
diff changeset
237 DB 0x8E, 0x08, 0x8C, 0x01, 0x88, 0x02, 0x88, 0x01
heinrichsweikamp
parents:
diff changeset
238 DB 0x8D, 0x02, 0x8D, 0x01, 0x83, 0x08, 0x91
heinrichsweikamp
parents:
diff changeset
239 ; X X
heinrichsweikamp
parents:
diff changeset
240 DB 0x80, 0x00, 0x87, 0x00, 0x83, 0x01, 0x85, 0x01
heinrichsweikamp
parents:
diff changeset
241 DB 0x85, 0x00, 0x82, 0x01, 0x88, 0x02, 0x8A, 0x02
heinrichsweikamp
parents:
diff changeset
242 DB 0x89, 0x00, 0x82, 0x01, 0x85, 0x01, 0x85, 0x01
heinrichsweikamp
parents:
diff changeset
243 DB 0x83, 0x00, 0x87, 0x00, 0x90
heinrichsweikamp
parents:
diff changeset
244 ; Y Y
heinrichsweikamp
parents:
diff changeset
245 DB 0x8E, 0x00, 0x8D, 0x01, 0x8D, 0x01, 0x8D, 0x04
heinrichsweikamp
parents:
diff changeset
246 DB 0x86, 0x01, 0x89, 0x01, 0x8A, 0x00, 0x99
heinrichsweikamp
parents:
diff changeset
247 ; Z Z
heinrichsweikamp
parents:
diff changeset
248 DB 0x8E, 0x00, 0x87, 0x00, 0x83, 0x00, 0x85, 0x02
heinrichsweikamp
parents:
diff changeset
249 DB 0x83, 0x00, 0x84, 0x00, 0x81, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
250 DB 0x82, 0x01, 0x82, 0x00, 0x83, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
251 DB 0x84, 0x00, 0x83, 0x02, 0x85, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
252 DB 0x87, 0x00, 0x90
heinrichsweikamp
parents:
diff changeset
253 ; [ lsqbracket
heinrichsweikamp
parents:
diff changeset
254 DB 0xA9, 0x0E, 0x8B, 0x01, 0x8B, 0x00, 0xA9
heinrichsweikamp
parents:
diff changeset
255 ; \ backslash
heinrichsweikamp
parents:
diff changeset
256 DB 0xAA, 0x00, 0x8D, 0x02, 0x8D, 0x01, 0x8D, 0x02
heinrichsweikamp
parents:
diff changeset
257 DB 0x8D, 0x00, 0x90
heinrichsweikamp
parents:
diff changeset
258 ; ] rsqbracket
heinrichsweikamp
parents:
diff changeset
259 DB 0xB7, 0x00, 0x8B, 0x01, 0x8B, 0x0E, 0x9B
heinrichsweikamp
parents:
diff changeset
260 ; ^ caret
heinrichsweikamp
parents:
diff changeset
261 DB 0xA0, 0x00, 0x8A, 0x01, 0x89, 0x01, 0x8C, 0x00
heinrichsweikamp
parents:
diff changeset
262 DB 0x8D, 0x01, 0x8D, 0x00, 0x95
heinrichsweikamp
parents:
diff changeset
263 ; _ underline
heinrichsweikamp
parents:
diff changeset
264 DB 0x8C, 0x00, 0x8C, 0x00, 0x8C, 0x00, 0x8C, 0x00
heinrichsweikamp
parents:
diff changeset
265 DB 0x8C, 0x00, 0x8C, 0x00, 0x8C, 0x00, 0x8C, 0x00
heinrichsweikamp
parents:
diff changeset
266 DB 0x8D
heinrichsweikamp
parents:
diff changeset
267 ; ` backquote
heinrichsweikamp
parents:
diff changeset
268 DB 0x9C, 0x00, 0x8D, 0x00, 0x8C, 0x00, 0xC2
heinrichsweikamp
parents:
diff changeset
269 ; a a
heinrichsweikamp
parents:
diff changeset
270 DB 0x92, 0x00, 0x81, 0x01, 0x87, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
271 DB 0x81, 0x00, 0x86, 0x00, 0x81, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
272 DB 0x86, 0x00, 0x81, 0x00, 0x81, 0x00, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
273 DB 0x81, 0x00, 0x80, 0x00, 0x88, 0x05, 0x9E
heinrichsweikamp
parents:
diff changeset
274 ; b b
heinrichsweikamp
parents:
diff changeset
275 DB 0x8D, 0x0A, 0x87, 0x00, 0x83, 0x00, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
276 DB 0x84, 0x00, 0x86, 0x00, 0x84, 0x00, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
277 DB 0x83, 0x00, 0x88, 0x03, 0xA0
heinrichsweikamp
parents:
diff changeset
278 ; c c
heinrichsweikamp
parents:
diff changeset
279 DB 0x93, 0x02, 0x89, 0x00, 0x82, 0x00, 0x87, 0x00
heinrichsweikamp
parents:
diff changeset
280 DB 0x84, 0x00, 0x86, 0x00, 0x84, 0x00, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
281 DB 0x84, 0x00, 0x86, 0x00, 0x84, 0x00, 0x9E
heinrichsweikamp
parents:
diff changeset
282 ; d d
heinrichsweikamp
parents:
diff changeset
283 DB 0x85, 0x03, 0x88, 0x00, 0x83, 0x00, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
284 DB 0x84, 0x00, 0x86, 0x00, 0x84, 0x00, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
285 DB 0x83, 0x00, 0x83, 0x0A, 0xAC
heinrichsweikamp
parents:
diff changeset
286 ; e e
heinrichsweikamp
parents:
diff changeset
287 DB 0x85, 0x02, 0x89, 0x00, 0x80, 0x00, 0x80, 0x00
heinrichsweikamp
parents:
diff changeset
288 DB 0x87, 0x00, 0x81, 0x00, 0x81, 0x00, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
289 DB 0x81, 0x00, 0x81, 0x00, 0x86, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
290 DB 0x81, 0x00, 0x87, 0x02, 0x81, 0x00, 0xAC
heinrichsweikamp
parents:
diff changeset
291 ; f f
heinrichsweikamp
parents:
diff changeset
292 DB 0x84, 0x00, 0x8C, 0x00, 0x8C, 0x00, 0x88, 0x09
heinrichsweikamp
parents:
diff changeset
293 DB 0x82, 0x00, 0x83, 0x00, 0x87, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
294 DB 0x87, 0x00, 0x83, 0x00, 0xA3
heinrichsweikamp
parents:
diff changeset
295 ; g g
heinrichsweikamp
parents:
diff changeset
296 DB 0x84, 0x02, 0x80, 0x00, 0x80, 0x01, 0x84, 0x00
heinrichsweikamp
parents:
diff changeset
297 DB 0x82, 0x00, 0x80, 0x00, 0x81, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
298 DB 0x82, 0x00, 0x80, 0x00, 0x81, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
299 DB 0x82, 0x00, 0x80, 0x00, 0x81, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
300 DB 0x82, 0x00, 0x80, 0x00, 0x81, 0x00, 0x83, 0x03
heinrichsweikamp
parents:
diff changeset
301 DB 0x82, 0x01, 0x84, 0x00, 0xA4
heinrichsweikamp
parents:
diff changeset
302 ; h h
heinrichsweikamp
parents:
diff changeset
303 DB 0x0A, 0x87, 0x00, 0x8B, 0x00, 0x8C, 0x00, 0x8C
heinrichsweikamp
parents:
diff changeset
304 DB 0x00, 0x8D, 0x05, 0xAC
heinrichsweikamp
parents:
diff changeset
305 ; i i
heinrichsweikamp
parents:
diff changeset
306 DB 0x89, 0x00, 0x86, 0x00, 0x84, 0x00, 0x83, 0x01
heinrichsweikamp
parents:
diff changeset
307 DB 0x80, 0x00, 0x84, 0x00, 0x84, 0x00, 0x80, 0x06
heinrichsweikamp
parents:
diff changeset
308 DB 0x8C, 0x00, 0x8C, 0x00, 0xAC
heinrichsweikamp
parents:
diff changeset
309 ; j j
heinrichsweikamp
parents:
diff changeset
310 DB 0x83, 0x00, 0x86, 0x00, 0x84, 0x00, 0x87, 0x00
heinrichsweikamp
parents:
diff changeset
311 DB 0x83, 0x00, 0x87, 0x00, 0x83, 0x00, 0x87, 0x00
heinrichsweikamp
parents:
diff changeset
312 DB 0x80, 0x01, 0x80, 0x08, 0x82, 0x00, 0xB4
heinrichsweikamp
parents:
diff changeset
313 ; k k
heinrichsweikamp
parents:
diff changeset
314 DB 0x8D, 0x0A, 0x89, 0x00, 0x8B, 0x00, 0x80, 0x00
heinrichsweikamp
parents:
diff changeset
315 DB 0x89, 0x00, 0x82, 0x00, 0x87, 0x00, 0x84, 0x00
heinrichsweikamp
parents:
diff changeset
316 DB 0x86, 0x00, 0x84, 0x00, 0x9E
heinrichsweikamp
parents:
diff changeset
317 ; l l
heinrichsweikamp
parents:
diff changeset
318 DB 0x8D, 0x00, 0x88, 0x00, 0x82, 0x00, 0x88, 0x00
heinrichsweikamp
parents:
diff changeset
319 DB 0x82, 0x0A, 0x8C, 0x00, 0x8C, 0x00, 0xAC
heinrichsweikamp
parents:
diff changeset
320 ; m m
heinrichsweikamp
parents:
diff changeset
321 DB 0x91, 0x06, 0x87, 0x00, 0x8B, 0x00, 0x8D, 0x05
heinrichsweikamp
parents:
diff changeset
322 DB 0x87, 0x00, 0x8B, 0x00, 0x8D, 0x05, 0x90
heinrichsweikamp
parents:
diff changeset
323 ; n n
heinrichsweikamp
parents:
diff changeset
324 DB 0x91, 0x06, 0x87, 0x00, 0x8B, 0x00, 0x8C, 0x00
heinrichsweikamp
parents:
diff changeset
325 DB 0x8C, 0x00, 0x8D, 0x05, 0x9E
heinrichsweikamp
parents:
diff changeset
326 ; o o
heinrichsweikamp
parents:
diff changeset
327 DB 0x93, 0x02, 0x89, 0x00, 0x82, 0x00, 0x87, 0x00
heinrichsweikamp
parents:
diff changeset
328 DB 0x84, 0x00, 0x86, 0x00, 0x84, 0x00, 0x87, 0x00
heinrichsweikamp
parents:
diff changeset
329 DB 0x82, 0x00, 0x89, 0x02, 0xA0
heinrichsweikamp
parents:
diff changeset
330 ; p p
heinrichsweikamp
parents:
diff changeset
331 DB 0x91, 0x09, 0x84, 0x00, 0x83, 0x00, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
332 DB 0x84, 0x00, 0x86, 0x00, 0x84, 0x00, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
333 DB 0x83, 0x00, 0x88, 0x03, 0xA0
heinrichsweikamp
parents:
diff changeset
334 ; q q
heinrichsweikamp
parents:
diff changeset
335 DB 0x93, 0x03, 0x88, 0x00, 0x83, 0x00, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
336 DB 0x84, 0x00, 0x86, 0x00, 0x84, 0x00, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
337 DB 0x83, 0x00, 0x87, 0x09, 0x9B
heinrichsweikamp
parents:
diff changeset
338 ; r r
heinrichsweikamp
parents:
diff changeset
339 DB 0x91, 0x00, 0x84, 0x00, 0x86, 0x00, 0x84, 0x00
heinrichsweikamp
parents:
diff changeset
340 DB 0x86, 0x06, 0x87, 0x00, 0x83, 0x00, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
341 DB 0x84, 0x00, 0x86, 0x00, 0x8C, 0x00, 0x96
heinrichsweikamp
parents:
diff changeset
342 ; s s
heinrichsweikamp
parents:
diff changeset
343 DB 0xA0, 0x01, 0x82, 0x00, 0x86, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
344 DB 0x81, 0x00, 0x86, 0x00, 0x81, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
345 DB 0x86, 0x00, 0x81, 0x00, 0x81, 0x00, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
346 DB 0x82, 0x01, 0x9F
heinrichsweikamp
parents:
diff changeset
347 ; t t
heinrichsweikamp
parents:
diff changeset
348 DB 0x91, 0x00, 0x8C, 0x00, 0x89, 0x08, 0x87, 0x00
heinrichsweikamp
parents:
diff changeset
349 DB 0x84, 0x00, 0x86, 0x00, 0x84, 0x00, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
350 DB 0x84, 0x00, 0x9E
heinrichsweikamp
parents:
diff changeset
351 ; u u
heinrichsweikamp
parents:
diff changeset
352 DB 0x91, 0x05, 0x8D, 0x00, 0x8C, 0x00, 0x8C, 0x00
heinrichsweikamp
parents:
diff changeset
353 DB 0x8B, 0x00, 0x87, 0x06, 0x9E
heinrichsweikamp
parents:
diff changeset
354 ; v v
heinrichsweikamp
parents:
diff changeset
355 DB 0x91, 0x00, 0x8D, 0x01, 0x8D, 0x02, 0x8D, 0x00
heinrichsweikamp
parents:
diff changeset
356 DB 0x89, 0x02, 0x88, 0x01, 0x8A, 0x00, 0x96
heinrichsweikamp
parents:
diff changeset
357 ; w w
heinrichsweikamp
parents:
diff changeset
358 DB 0x83, 0x01, 0x8D, 0x04, 0x8A, 0x01, 0x89, 0x01
heinrichsweikamp
parents:
diff changeset
359 DB 0x8C, 0x01, 0x8D, 0x01, 0x88, 0x03, 0x87, 0x01
heinrichsweikamp
parents:
diff changeset
360 DB 0x95
heinrichsweikamp
parents:
diff changeset
361 ; x x
heinrichsweikamp
parents:
diff changeset
362 DB 0x91, 0x00, 0x84, 0x00, 0x86, 0x00, 0x83, 0x01
heinrichsweikamp
parents:
diff changeset
363 DB 0x87, 0x01, 0x80, 0x00, 0x8B, 0x00, 0x8B, 0x00
heinrichsweikamp
parents:
diff changeset
364 DB 0x80, 0x00, 0x88, 0x01, 0x82, 0x01, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
365 DB 0x84, 0x00, 0x90
heinrichsweikamp
parents:
diff changeset
366 ; y y
heinrichsweikamp
parents:
diff changeset
367 DB 0x91, 0x00, 0x87, 0x00, 0x83, 0x02, 0x85, 0x00
heinrichsweikamp
parents:
diff changeset
368 DB 0x86, 0x01, 0x82, 0x00, 0x89, 0x02, 0x88, 0x01
heinrichsweikamp
parents:
diff changeset
369 DB 0x89, 0x01, 0x8A, 0x00, 0x96
heinrichsweikamp
parents:
diff changeset
370 ; z z
heinrichsweikamp
parents:
diff changeset
371 DB 0x91, 0x00, 0x84, 0x00, 0x86, 0x00, 0x83, 0x01
heinrichsweikamp
parents:
diff changeset
372 DB 0x86, 0x00, 0x81, 0x01, 0x80, 0x00, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
373 DB 0x80, 0x00, 0x82, 0x00, 0x86, 0x01, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
374 DB 0x86, 0x00, 0x84, 0x00, 0x9E
heinrichsweikamp
parents:
diff changeset
375 ; { lbrace
heinrichsweikamp
parents:
diff changeset
376 DB 0x93, 0x00, 0x8C, 0x00, 0x87, 0x04, 0x80, 0x05
heinrichsweikamp
parents:
diff changeset
377 DB 0x80, 0x00, 0x8B, 0x01, 0x8B, 0x00, 0xA9
heinrichsweikamp
parents:
diff changeset
378 ; | bar
heinrichsweikamp
parents:
diff changeset
379 DB 0xB7, 0x0D, 0xB7
heinrichsweikamp
parents:
diff changeset
380 ; } rbrace
heinrichsweikamp
parents:
diff changeset
381 DB 0x9B, 0x00, 0x8B, 0x01, 0x8B, 0x00, 0x80, 0x04
heinrichsweikamp
parents:
diff changeset
382 DB 0x80, 0x05, 0x86, 0x00, 0x8C, 0x00, 0xA2
heinrichsweikamp
parents:
diff changeset
383 ; ~ tilde
heinrichsweikamp
parents:
diff changeset
384 DB 0x90, 0x01, 0x8A, 0x00, 0x8D, 0x00, 0x8D, 0x00
heinrichsweikamp
parents:
diff changeset
385 DB 0x8C, 0x00, 0x8A, 0x01, 0xA5
heinrichsweikamp
parents:
diff changeset
386 ;  7F
heinrichsweikamp
parents:
diff changeset
387 DB 0x9C, 0x03, 0x88, 0x00, 0x83, 0x00, 0x87, 0x00
heinrichsweikamp
parents:
diff changeset
388 DB 0x83, 0x00, 0x87, 0x00, 0x83, 0x00, 0x88, 0x03
heinrichsweikamp
parents:
diff changeset
389 DB 0xA4
heinrichsweikamp
parents:
diff changeset
390 ; 80
heinrichsweikamp
parents:
diff changeset
391 DB 0x93, 0x02, 0x85, 0x00, 0x82, 0x00, 0x82, 0x00
heinrichsweikamp
parents:
diff changeset
392 DB 0x87, 0x00, 0x84, 0x00, 0x86, 0x00, 0x84, 0x00
heinrichsweikamp
parents:
diff changeset
393 DB 0x83, 0x00, 0x82, 0x00, 0x82, 0x00, 0x89, 0x02
heinrichsweikamp
parents:
diff changeset
394 DB 0xA0
heinrichsweikamp
parents:
diff changeset
395 ; 81
heinrichsweikamp
parents:
diff changeset
396 DB 0x84, 0x00, 0x81, 0x01, 0x84, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
397 DB 0x81, 0x00, 0x81, 0x00, 0x86, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
398 DB 0x81, 0x00, 0x86, 0x00, 0x81, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
399 DB 0x83, 0x00, 0x81, 0x00, 0x81, 0x00, 0x80, 0x00
heinrichsweikamp
parents:
diff changeset
400 DB 0x88, 0x05, 0xAC
heinrichsweikamp
parents:
diff changeset
401 ; 82
heinrichsweikamp
parents:
diff changeset
402 DB 0x91, 0x05, 0x84, 0x00, 0x87, 0x00, 0x8C, 0x00
heinrichsweikamp
parents:
diff changeset
403 DB 0x8C, 0x00, 0x83, 0x00, 0x86, 0x00, 0x87, 0x06
heinrichsweikamp
parents:
diff changeset
404 DB 0x9E
heinrichsweikamp
parents:
diff changeset
405 ; 83
heinrichsweikamp
parents:
diff changeset
406 DB 0x8F, 0x08, 0x83, 0x00, 0x8B, 0x00, 0x8C, 0x00
heinrichsweikamp
parents:
diff changeset
407 DB 0x82, 0x01, 0x83, 0x00, 0x82, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
408 DB 0x81, 0x01, 0x81, 0x00, 0x83, 0x01, 0x84, 0x01
heinrichsweikamp
parents:
diff changeset
409 DB 0x9F
heinrichsweikamp
parents:
diff changeset
410 ; 84
heinrichsweikamp
parents:
diff changeset
411 DB 0x85, 0x02, 0x89, 0x00, 0x80, 0x00, 0x80, 0x00
heinrichsweikamp
parents:
diff changeset
412 DB 0x85, 0x00, 0x80, 0x00, 0x81, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
413 DB 0x84, 0x00, 0x80, 0x00, 0x81, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
414 DB 0x83, 0x00, 0x81, 0x00, 0x81, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
415 DB 0x87, 0x02, 0x81, 0x00, 0xAC
heinrichsweikamp
parents:
diff changeset
416 ; 85
heinrichsweikamp
parents:
diff changeset
417 DB 0x85, 0x02, 0x85, 0x00, 0x82, 0x00, 0x80, 0x00
heinrichsweikamp
parents:
diff changeset
418 DB 0x80, 0x00, 0x85, 0x00, 0x80, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
419 DB 0x81, 0x00, 0x84, 0x00, 0x80, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
420 DB 0x81, 0x00, 0x86, 0x00, 0x81, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
421 DB 0x87, 0x02, 0x81, 0x00, 0xAC
heinrichsweikamp
parents:
diff changeset
422 ; 86
heinrichsweikamp
parents:
diff changeset
423 DB 0x85, 0x02, 0x86, 0x00, 0x81, 0x00, 0x80, 0x00
heinrichsweikamp
parents:
diff changeset
424 DB 0x80, 0x00, 0x84, 0x00, 0x81, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
425 DB 0x81, 0x00, 0x83, 0x00, 0x81, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
426 DB 0x81, 0x00, 0x84, 0x00, 0x80, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
427 DB 0x81, 0x00, 0x87, 0x02, 0x81, 0x00, 0xAC
heinrichsweikamp
parents:
diff changeset
428 ; 87
heinrichsweikamp
parents:
diff changeset
429 DB 0x84, 0x02, 0x89, 0x00, 0x82, 0x00, 0x87, 0x00
heinrichsweikamp
parents:
diff changeset
430 DB 0x84, 0x00, 0x86, 0x00, 0x84, 0x00, 0x80, 0x02
heinrichsweikamp
parents:
diff changeset
431 DB 0x82, 0x00, 0x84, 0x00, 0x81, 0x00, 0x83, 0x00
heinrichsweikamp
parents:
diff changeset
432 DB 0x84, 0x00, 0xAD
heinrichsweikamp
parents:
diff changeset
433 ; 88
heinrichsweikamp
parents:
diff changeset
434 DB 0x84, 0x00, 0x81, 0x01, 0x87, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
435 DB 0x81, 0x00, 0x84, 0x00, 0x80, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
436 DB 0x81, 0x00, 0x84, 0x00, 0x80, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
437 DB 0x81, 0x00, 0x83, 0x00, 0x81, 0x00, 0x81, 0x00
heinrichsweikamp
parents:
diff changeset
438 DB 0x80, 0x00, 0x88, 0x05, 0xAC
heinrichsweikamp
parents:
diff changeset
439 ; 89
heinrichsweikamp
parents:
diff changeset
440 DB 0x89, 0x00, 0x86, 0x00, 0x84, 0x00, 0x84, 0x00
heinrichsweikamp
parents:
diff changeset
441 DB 0x80, 0x00, 0x84, 0x00, 0x84, 0x00, 0x80, 0x06
heinrichsweikamp
parents:
diff changeset
442 DB 0x83, 0x00, 0x87, 0x00, 0x8C, 0x00, 0xAC
heinrichsweikamp
parents:
diff changeset
443 ; 8A
heinrichsweikamp
parents:
diff changeset
444 DB 0x85, 0x02, 0x89, 0x00, 0x82, 0x00, 0x85, 0x00
heinrichsweikamp
parents:
diff changeset
445 DB 0x80, 0x00, 0x84, 0x00, 0x84, 0x00, 0x80, 0x00
heinrichsweikamp
parents:
diff changeset
446 DB 0x84, 0x00, 0x83, 0x00, 0x82, 0x00, 0x82, 0x00
heinrichsweikamp
parents:
diff changeset
447 DB 0x89, 0x02, 0xAE
heinrichsweikamp
parents:
diff changeset
448 ; 8B
heinrichsweikamp
parents:
diff changeset
449 DB 0x83, 0x05, 0x8D, 0x00, 0x84, 0x00, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
450 DB 0x84, 0x00, 0x86, 0x00, 0x83, 0x00, 0x86, 0x00
heinrichsweikamp
parents:
diff changeset
451 DB 0x87, 0x06, 0xAC
heinrichsweikamp
parents:
diff changeset
452 ; 8C
heinrichsweikamp
parents:
diff changeset
453 DB 0x83, 0x06, 0x84, 0x00, 0x81, 0x00, 0x88, 0x00
heinrichsweikamp
parents:
diff changeset
454 DB 0x81, 0x00, 0x8A, 0x00, 0x80, 0x00, 0x8A, 0x00
heinrichsweikamp
parents:
diff changeset
455 DB 0x80, 0x00, 0x89, 0x00, 0x82, 0x05, 0xAC
heinrichsweikamp
parents:
diff changeset
456 ; 8D
heinrichsweikamp
parents:
diff changeset
457 DB 0xAC, 0x01, 0x80, 0x06, 0xC6
heinrichsweikamp
parents:
diff changeset
458 ; 8E
heinrichsweikamp
parents:
diff changeset
459 DB 0x96, 0x02, 0x89, 0x00, 0x81, 0x00, 0x84, 0x01
heinrichsweikamp
parents:
diff changeset
460 DB 0x80, 0x01, 0x83, 0x00, 0x8C, 0x00, 0xB8
heinrichsweikamp
parents:
diff changeset
461 ; TOTAL COMPRESSED SIZE = 2320