source: xtideuniversalbios/trunk/XTIDE_Universal_BIOS/Src/StringsCompressed.asm@ 284

Last change on this file since 284 was 277, checked in by gregli@…, 13 years ago

Moved the bulk of the serial code to the assembly library, for inclusion in other utilities. Fixed a bug in int13h.asm when floppy support was not enabled that was preventing foreign drives from working properly.

File size: 24.0 KB
Line 
1;;;======================================================================
2;;;
3;;; This file is generated by StringsCompress.pl from source in Strings.asm
4;;; DO NOT EDIT DIRECTLY - See the makefile for how to rebuild this file.
5;;; This file only needs to be rebuilt if Strings.asm is changed.
6;;;
7;;;======================================================================
8
9; Project name : XTIDE Universal BIOS
10; Description : Strings and equates for BIOS messages.
11
12%ifdef MODULE_STRINGS_COMPRESSED_PRECOMPRESS
13%include "Display.inc"
14%endif
15
16; Section containing code
17SECTION .text
18
19; POST drive detection strings
20g_szRomAt: ; db "%s @ %x",LF,CR,NULL
21 ; db 25h, 73h, 20h, 40h, 20h, 25h, 78h, 0ah, 0dh, 00h ; uncompressed
22 db 3eh, 20h, 0c6h, 39h, 1bh ; compressed
23
24
25; Boot loader strings
26g_szTryToBoot: ; db "Booting from %s %x",ANGLE_QUOTE_RIGHT,"%x",LF,CR,NULL
27 ; db 42h, 6fh, 6fh, 74h, 69h, 6eh, 67h, 20h, 66h, 72h, 6fh, 6dh, 20h, 25h, 73h, 20h, 25h, 78h, 0afh, 25h, 78h, 0ah, 0dh, 00h ; uncompressed
28 db 48h, 75h, 75h, 7ah, 6fh, 74h, 0edh, 6ch, 78h, 75h, 0f3h, 3eh, 20h, 39h, 24h, 39h, 1bh ; compressed
29
30g_szBootSectorNotFound: ; db "Boot sector "
31 ; db 42h, 6fh, 6fh, 74h, 20h, 73h, 65h, 63h, 74h, 6fh, 72h, 20h ; uncompressed
32 db 48h, 75h, 75h, 0fah, 79h, 6bh, 69h, 7ah, 75h, 0f8h ; compressed
33
34g_szNotFound: ; db "not found",LF,CR,NULL
35 ; db 6eh, 6fh, 74h, 20h, 66h, 6fh, 75h, 6eh, 64h, 0ah, 0dh, 00h ; uncompressed
36 db 74h, 75h, 0fah, 6ch, 75h, 7bh, 74h, 6ah, 1bh ; compressed
37
38g_szReadError: ; db "Error %x!",LF,CR,NULL
39 ; db 45h, 72h, 72h, 6fh, 72h, 20h, 25h, 78h, 21h, 0ah, 0dh, 00h ; uncompressed
40 db 4bh, 78h, 78h, 75h, 0f8h, 39h, 25h, 1bh ; compressed
41
42
43g_szAddressingModes:
44g_szLCHS: ; db "L-CHS",NULL
45 ; db 4ch, 2dh, 43h, 48h, 53h, 00h ; uncompressed
46 db 52h, 28h, 49h, 4eh, 99h ; compressed
47
48g_szPCHS: ; db "P-CHS",NULL
49 ; db 50h, 2dh, 43h, 48h, 53h, 00h ; uncompressed
50 db 56h, 28h, 49h, 4eh, 99h ; compressed
51
52g_szLBA28: ; db "LBA28",NULL
53 ; db 4ch, 42h, 41h, 32h, 38h, 00h ; uncompressed
54 db 52h, 48h, 47h, 2ch, 11h ; compressed
55
56g_szLBA48: ; db "LBA48",NULL
57 ; db 4ch, 42h, 41h, 34h, 38h, 00h ; uncompressed
58 db 52h, 48h, 47h, 2eh, 11h ; compressed
59
60g_szAddressingModes_Displacement equ (g_szPCHS - g_szAddressingModes)
61;
62; Ensure that addressing modes are correctly spaced in memory
63;
64%ifndef CHECK_FOR_UNUSED_ENTRYPOINTS
65%if g_szLCHS <> g_szAddressingModes
66%error "g_szAddressingModes Displacement Incorrect 1"
67%endif
68%if g_szPCHS <> g_szLCHS + g_szAddressingModes_Displacement
69%error "g_szAddressingModes Displacement Incorrect 2"
70%endif
71%if g_szLBA28 <> g_szPCHS + g_szAddressingModes_Displacement
72%error "g_szAddressingModes Displacement Incorrect 3"
73%endif
74%if g_szLBA48 <> g_szLBA28 + g_szAddressingModes_Displacement
75%error "g_szAddressingModes Displacement Incorrect 4"
76%endif
77%endif
78
79g_szBusTypeValues:
80g_szBusTypeValues_8Dual: ; db "D8 ",NULL
81 ; db 44h, 38h, 20h, 00h ; uncompressed
82 db 4ah, 31h, 00h ; compressed
83
84g_szBusTypeValues_8Reversed: ; db "X8 ",NULL
85 ; db 58h, 38h, 20h, 00h ; uncompressed
86 db 5eh, 31h, 00h ; compressed
87
88g_szBusTypeValues_8Single: ; db "S8 ",NULL
89 ; db 53h, 38h, 20h, 00h ; uncompressed
90 db 59h, 31h, 00h ; compressed
91
92g_szBusTypeValues_16: ; db " 16",NULL
93 ; db 20h, 31h, 36h, 00h ; uncompressed
94 db 20h, 2bh, 10h ; compressed
95
96g_szBusTypeValues_32: ; db " 32",NULL
97 ; db 20h, 33h, 32h, 00h ; uncompressed
98 db 20h, 2dh, 0ch ; compressed
99
100g_szBusTypeValues_Serial: ; db "SER",NULL
101 ; db 53h, 45h, 52h, 00h ; uncompressed
102 db 59h, 4bh, 98h ; compressed
103
104g_szBusTypeValues_Displacement equ (g_szBusTypeValues_8Reversed - g_szBusTypeValues)
105;
106; Ensure that bus type strings are correctly spaced in memory
107;
108%ifndef CHECK_FOR_UNUSED_ENTRYPOINTS
109%if g_szBusTypeValues_8Dual <> g_szBusTypeValues
110%error "g_szBusTypeValues Displacement Incorrect 1"
111%endif
112%if g_szBusTypeValues_8Reversed <> g_szBusTypeValues + g_szBusTypeValues_Displacement
113%error "g_szBusTypeValues Displacement Incorrect 2"
114%endif
115%if g_szBusTypeValues_8Single <> g_szBusTypeValues_8Reversed + g_szBusTypeValues_Displacement
116%error "g_szBusTypeValues Displacement Incorrect 3"
117%endif
118%if g_szBusTypeValues_16 <> g_szBusTypeValues_8Single + g_szBusTypeValues_Displacement
119%error "g_szBusTypeValues Displacement Incorrect 4"
120%endif
121%if g_szBusTypeValues_32 <> g_szBusTypeValues_16 + g_szBusTypeValues_Displacement
122%error "g_szBusTypeValues Displacement Incorrect 5"
123%endif
124%if g_szBusTypeValues_Serial <> g_szBusTypeValues_32 + g_szBusTypeValues_Displacement
125%error "g_szBusTypeValues Displacement Incorrect 6"
126%endif
127%endif
128
129g_szSelectionTimeout: ; db DOUBLE_BOTTOM_LEFT_CORNER,DOUBLE_LEFT_HORIZONTAL_TO_SINGLE_VERTICAL,"%ASelection in %2-u s",NULL
130 ; db 0c8h, 0b5h, 25h, 41h, 53h, 65h, 6ch, 65h, 63h, 74h, 69h, 6fh, 6eh, 20h, 69h, 6eh, 20h, 25h, 32h, 2dh, 75h, 20h, 73h, 00h ; uncompressed
131 db 32h, 33h, 3dh, 59h, 6bh, 72h, 6bh, 69h, 7ah, 6fh, 75h, 0f4h, 6fh, 0f4h, 3ch, 20h, 0b9h ; compressed
132
133
134g_szDashForZero: ; db "- ",NULL
135 ; db 2dh, 20h, 00h ; uncompressed
136 db 28h, 00h ; compressed
137
138
139; Boot Menu Floppy Disk strings
140;
141; The following strings are used by BootMenuPrint_RefreshInformation
142; To support optimizations in that code, these strings must start on the same 256 byte page,
143; which is checked at assembly time below.
144;
145g_szFddStart:
146g_szFddUnknown: ; db "Unknown",NULL
147 ; db 55h, 6eh, 6bh, 6eh, 6fh, 77h, 6eh, 00h ; uncompressed
148 db 5bh, 74h, 71h, 74h, 75h, 7dh, 0b4h ; compressed
149
150g_szFddSizeOr: ; db "5",ONE_QUARTER,QUOTATION_MARK," or 3",ONE_HALF,QUOTATION_MARK," DD",NULL
151 ; db 35h, 0ach, 22h, 20h, 6fh, 72h, 20h, 33h, 0abh, 22h, 20h, 44h, 44h, 00h ; uncompressed
152 db 2fh, 21h, 26h, 20h, 75h, 0f8h, 2dh, 22h, 26h, 20h, 4ah, 8ah ; compressed
153
154g_szFddSize: ; db "%s",QUOTATION_MARK,", %u kiB",NULL ; 3½", 1440 kiB
155 ; db 25h, 73h, 22h, 2ch, 20h, 25h, 75h, 20h, 6bh, 69h, 42h, 00h ; uncompressed
156 db 3eh, 26h, 27h, 20h, 37h, 20h, 71h, 6fh, 88h ; compressed
157
158g_szFddThreeHalf: ; db "3",ONE_HALF,NULL
159 ; db 33h, 0abh, 00h ; uncompressed
160 db 2dh, 02h ; compressed
161
162g_szFddEnd:
163g_szFddFiveQuarter: ; db "5",ONE_QUARTER,NULL
164 ; db 35h, 0ach, 00h ; uncompressed
165 db 2fh, 01h ; compressed
166
167
168%ifndef CHECK_FOR_UNUSED_ENTRYPOINTS
169%if ((g_szFddStart-$$) & 0xff00) <> ((g_szFddEnd-$$) & 0xff00)
170%error "g_szFdd* strings must start on the same 256 byte page, required by the BootMenuPrint_RefreshInformation routines for floppy drives. Please move this block up or down within strings.asm"
171%endif
172%endif
173
174; The following strings are used by DetectPrint_StartDetectWithMasterOrSlaveStringInAXandIdeVarsInCSBP
175; To support an optimization in that code, these strings must start on the same 256 byte page,
176; which is checked at assembly time below.
177;
178g_szDetectStart:
179g_szDetectMaster: ; db "Master",NULL
180 ; db 4dh, 61h, 73h, 74h, 65h, 72h, 00h ; uncompressed
181 db 53h, 67h, 79h, 7ah, 6bh, 0b8h ; compressed
182
183g_szDetectSlave: ; db "Slave ",NULL
184 ; db 53h, 6ch, 61h, 76h, 65h, 20h, 00h ; uncompressed
185 db 59h, 72h, 67h, 7ch, 6bh, 00h ; compressed
186
187g_szDetectOuter: ; db "IDE %s at %s: ",NULL
188 ; db 49h, 44h, 45h, 20h, 25h, 73h, 20h, 61h, 74h, 20h, 25h, 73h, 3ah, 20h, 00h ; uncompressed
189 db 4fh, 4ah, 0cbh, 3eh, 20h, 67h, 0fah, 3eh, 40h, 00h ; compressed
190
191%ifdef MODULE_SERIAL ;%%; is stripped off after string compression, %ifdef won't compress properly
192g_szDetectOuterSerial: ; db "Serial %s on %s: ",NULL
193 ; db 53h, 65h, 72h, 69h, 61h, 6ch, 20h, 25h, 73h, 20h, 6fh, 6eh, 20h, 25h, 73h, 3ah, 20h, 00h ; uncompressed
194 db 59h, 6bh, 78h, 6fh, 67h, 0f2h, 3eh, 20h, 75h, 0f4h, 3eh, 40h, 00h ; compressed
195
196g_szDetectCOM: ; db "COM%c%s",NULL
197 ; db 43h, 4fh, 4dh, 25h, 63h, 25h, 73h, 00h ; uncompressed
198 db 49h, 55h, 53h, 35h, 1eh ; compressed
199
200g_szDetectCOMAuto: ; db " Detect",NULL
201 ; db 20h, 44h, 65h, 74h, 65h, 63h, 74h, 00h ; uncompressed
202 db 20h, 4ah, 6bh, 7ah, 6bh, 69h, 0bah ; compressed
203
204g_szDetectCOMSmall: ; db "/%u%u00",NULL ; IDE Master at COM1/9600:
205 ; db 2fh, 25h, 75h, 25h, 75h, 30h, 30h, 00h ; uncompressed
206 db 2ah, 37h, 37h, 34h, 14h ; compressed
207
208g_szDetectCOMLarge: ; db "/%u.%uK",NULL ; IDE Master at COM1/19.2K:
209 ; db 2fh, 25h, 75h, 2eh, 25h, 75h, 4bh, 00h ; uncompressed
210 db 2ah, 37h, 29h, 37h, 91h ; compressed
211
212%endif ;%%; is stripped off after string compression, %ifdef won't compress properly
213g_szDetectEnd:
214g_szDetectPort: ; db "%x",NULL ; IDE Master at 1F0h:
215 ; db 25h, 78h, 00h ; uncompressed
216 db 19h ; compressed
217
218
219%ifndef CHECK_FOR_UNUSED_ENTRYPOINTS
220%if ((g_szDetectEnd-$$) & 0xff00) <> ((g_szDetectStart-$$) & 0xff00)
221%error "g_szDetect* strings must start on the same 256 byte page, required by DetectPrint_StartDetectWithMasterOrSlaveStringInAXandIdeVarsInCSBP. Please move this block up or down within strings.asm"
222%endif
223%endif
224
225; Boot Menu menuitem strings
226;
227; The following strings are used by BootMenuPrint_* routines.
228; To support optimizations in that code, these strings must start on the same 256 byte page,
229; which is checked at assembly time below.
230;
231g_szBootMenuPrintStart:
232g_szDriveNum: ; db "%x %s",NULL
233 ; db 25h, 78h, 20h, 25h, 73h, 00h ; uncompressed
234 db 39h, 20h, 1eh ; compressed
235
236g_szDriveNumBOOTNFO: ; db "%x %z",NULL
237 ; db 25h, 78h, 20h, 25h, 7ah, 00h ; uncompressed
238 db 39h, 20h, 1fh ; compressed
239
240g_szFloppyDrv: ; db "Floppy Drive %c",NULL
241 ; db 46h, 6ch, 6fh, 70h, 70h, 79h, 20h, 44h, 72h, 69h, 76h, 65h, 20h, 25h, 63h, 00h ; uncompressed
242 db 4ch, 72h, 75h, 76h, 76h, 0ffh, 4ah, 78h, 6fh, 7ch, 0ebh, 15h ; compressed
243
244g_szBootMenuPrintEnd:
245g_szForeignHD: ; db "Foreign Hard Disk",NULL
246 ; db 46h, 6fh, 72h, 65h, 69h, 67h, 6eh, 20h, 48h, 61h, 72h, 64h, 20h, 44h, 69h, 73h, 6bh, 00h ; uncompressed
247 db 4ch, 75h, 78h, 6bh, 6fh, 6dh, 0f4h, 4eh, 67h, 78h, 0eah, 4ah, 6fh, 79h, 0b1h ; compressed
248
249
250%ifndef CHECK_FOR_UNUSED_ENTRYPOINTS
251%if ((g_szBootMenuPrintStart-$$) & 0xff00) <> ((g_szBootMenuPrintEnd-$$) & 0xff00)
252%error "g_szBootMenuPrint* strings must start on the same 256 byte page, required by the BootMenuPrint_* routines. Please move this block up or down within strings.asm"
253%endif
254%endif
255
256; Boot menu bottom of screen strings
257g_szFDD: ; db "FDD ",NULL
258 ; db 46h, 44h, 44h, 20h, 20h, 20h, 20h, 20h, 00h ; uncompressed
259 db 4ch, 4ah, 0cah, 20h, 20h, 20h, 00h ; compressed
260
261g_szHDD: ; db "HDD ",NULL
262 ; db 48h, 44h, 44h, 20h, 20h, 20h, 20h, 20h, 00h ; uncompressed
263 db 4eh, 4ah, 0cah, 20h, 20h, 20h, 00h ; compressed
264
265g_szRomBoot: ; db "ROM Boot",NULL
266 ; db 52h, 4fh, 4dh, 20h, 42h, 6fh, 6fh, 74h, 00h ; uncompressed
267 db 58h, 55h, 0d3h, 48h, 75h, 75h, 0bah ; compressed
268
269g_szHotkey: ; db "%A%c%c%A%s%A ",NULL
270 ; db 25h, 41h, 25h, 63h, 25h, 63h, 25h, 41h, 25h, 73h, 25h, 41h, 20h, 00h ; uncompressed
271 db 3dh, 35h, 35h, 3dh, 3eh, 3dh, 00h ; compressed
272
273
274; Boot Menu information strings
275g_szCapacity: ; db "Capacity : %s",NULL
276 ; db 43h, 61h, 70h, 61h, 63h, 69h, 74h, 79h, 20h, 3ah, 20h, 25h, 73h, 00h ; uncompressed
277 db 49h, 67h, 76h, 67h, 69h, 6fh, 7ah, 0ffh, 0c0h, 1eh ; compressed
278
279g_szCapacityNum: ; db "%5-u.%u %ciB",NULL
280 ; db 25h, 35h, 2dh, 75h, 2eh, 25h, 75h, 20h, 25h, 63h, 69h, 42h, 00h ; uncompressed
281 db 38h, 29h, 37h, 20h, 35h, 6fh, 88h ; compressed
282
283g_szInformation: ; db "%s",LF,CR
284 ; db 25h, 73h, 0ah, 0dh ; uncompressed
285 db 3eh, 3bh ; compressed
286
287 ; db "Addr.",SINGLE_VERTICAL,"Block",SINGLE_VERTICAL,"Bus",SINGLE_VERTICAL, "IRQ",SINGLE_VERTICAL,"Reset",LF,CR
288 ; db 41h, 64h, 64h, 72h, 2eh, 0b3h, 42h, 6ch, 6fh, 63h, 6bh, 0b3h, 42h, 75h, 73h, 0b3h, 49h, 52h, 51h, 0b3h, 52h, 65h, 73h, 65h, 74h, 0ah, 0dh ; uncompressed
289 db 47h, 6ah, 6ah, 78h, 29h, 23h, 48h, 72h, 75h, 69h, 71h, 23h, 48h, 7bh, 79h, 23h, 4fh, 58h, 57h, 23h, 58h, 6bh, 79h, 6bh, 7ah, 3bh ; compressed
290
291 ; db "%s",SINGLE_VERTICAL, "%5-u",SINGLE_VERTICAL, "%s",SINGLE_VERTICAL," %2-I",SINGLE_VERTICAL,"%5-x" ,NULL
292 ; db 25h, 73h, 0b3h, 25h, 35h, 2dh, 75h, 0b3h, 25h, 73h, 0b3h, 20h, 25h, 32h, 2dh, 49h, 0b3h, 25h, 35h, 2dh, 78h, 00h ; uncompressed
293 db 3eh, 23h, 38h, 23h, 3eh, 23h, 20h, 36h, 23h, 1ah ; compressed
294
295
296;------------------------------------------------------------------------------------------
297;
298; Tables for StringsCompress.pl
299;
300;$translate{ord(' ')} = 0; [StringsCompress Processed]
301;$translate{172} = 1; # ONE_QUARTER [StringsCompress Processed]
302;$translate{171} = 2; # ONE_HALF [StringsCompress Processed]
303;$translate{179} = 3; # SINGLE_VERTICAL [StringsCompress Processed]
304;$translate{175} = 4; # ANGLE_QUOTE_RIGHT [StringsCompress Processed]
305;$translate{ord('!')} = 5; [StringsCompress Processed]
306;$translate{ord('"')} = 6; [StringsCompress Processed]
307;$translate{ord(',')} = 7; [StringsCompress Processed]
308;$translate{ord('-')} = 8; [StringsCompress Processed]
309;$translate{ord('.')} = 9; [StringsCompress Processed]
310;$translate{ord('/')} = 10; [StringsCompress Processed]
311;$translate{ord('1')} = 11; [StringsCompress Processed]
312;$translate{ord('2')} = 12; [StringsCompress Processed]
313;$translate{ord('3')} = 13; [StringsCompress Processed]
314;$translate{ord('4')} = 14; [StringsCompress Processed]
315;$translate{ord('5')} = 15; [StringsCompress Processed]
316;$translate{ord('6')} = 16; [StringsCompress Processed]
317;$translate{ord('8')} = 17; [StringsCompress Processed]
318;$translate{200} = 18; # DOUBLE_BOTTOM_LEFT_CORNER [StringsCompress Processed]
319;$translate{181} = 19; # DOUBLE_LEFT_HORIZONTAL_TO_SINGLE_VERTICAL [StringsCompress Processed]
320;$translate{ord('0')} = 20; [StringsCompress Processed]
321;
322; Formats begin immediately after the last Translated character (they are in the same table)
323;
324;$format_begin = 21; [StringsCompress Processed]
325;
326;$format{"c"} = 21; # n/a [StringsCompress Processed]
327;$format{"2-I"} = 22; # must be even [StringsCompress Processed]
328;$format{"u"} = 23; # must be odd [StringsCompress Processed]
329;$format{"5-u"} = 24; # must be even [StringsCompress Processed]
330;$format{"x"} = 25; # must be odd [StringsCompress Processed]
331;$format{"5-x"} = 26; # must be even [StringsCompress Processed]
332;$format{"nl"} = 27; # n/a [StringsCompress Processed]
333;$format{"2-u"} = 28; # must be even [StringsCompress Processed]
334;$format{"A"} = 29; # n/a [StringsCompress Processed]
335;$format{"s"} = 30; # n/a, normal string from DS [StringsCompress Processed]
336;$format{"z"} = 31; # n/a, boot string from BDA [StringsCompress Processed]
337;
338; NOTE: The last $format cannot exceed 31 (stored in a 5-bit quantity).
339;
340; Starting point for the "normal" range, typically around 0x40 to cover upper and lower case
341; letters. If lower case 'z' is not used, 0x3a can be a good choice as it adds ':' to the
342; front end.
343;
344;$normal_base = 0x3a; [StringsCompress Processed]
345;
346; End of StringsCompress.pl information
347;
348;------------------------------------------------------------------------------------------
349
350;;; end of input stream
351
352StringsCompressed_NormalBase equ 58
353
354StringsCompressed_FormatsBegin equ 21
355
356StringsCompressed_TranslatesAndFormats:
357 db 32 ; 0
358 db 172 ; 1
359 db 171 ; 2
360 db 179 ; 3
361 db 175 ; 4
362 db 33 ; 5
363 db 34 ; 6
364 db 44 ; 7
365 db 45 ; 8
366 db 46 ; 9
367 db 47 ; 10
368 db 49 ; 11
369 db 50 ; 12
370 db 51 ; 13
371 db 52 ; 14
372 db 53 ; 15
373 db 54 ; 16
374 db 56 ; 17
375 db 200 ; 18
376 db 181 ; 19
377 db 48 ; 20
378 db (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_c) ; 21
379 db (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_2_I) ; 22
380 db (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_u) ; 23
381 db (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_5_u) ; 24
382 db (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_x) ; 25
383 db (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_5_x) ; 26
384 db (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_nl) ; 27
385 db (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_2_u) ; 28
386 db (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_A) ; 29
387 db (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_s) ; 30
388 db (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_z) ; 31
389
390%ifndef CHECK_FOR_UNUSED_ENTRYPOINTS
391%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_c || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_c > 255
392%error "DisplayFormatCompressed_Format_c is out of range of DisplayFormatCompressed_BaseFormatOffset"
393%endif
394%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_2_I || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_2_I > 255
395%error "DisplayFormatCompressed_Format_2_I is out of range of DisplayFormatCompressed_BaseFormatOffset"
396%endif
397%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_u || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_u > 255
398%error "DisplayFormatCompressed_Format_u is out of range of DisplayFormatCompressed_BaseFormatOffset"
399%endif
400%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_5_u || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_5_u > 255
401%error "DisplayFormatCompressed_Format_5_u is out of range of DisplayFormatCompressed_BaseFormatOffset"
402%endif
403%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_x || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_x > 255
404%error "DisplayFormatCompressed_Format_x is out of range of DisplayFormatCompressed_BaseFormatOffset"
405%endif
406%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_5_x || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_5_x > 255
407%error "DisplayFormatCompressed_Format_5_x is out of range of DisplayFormatCompressed_BaseFormatOffset"
408%endif
409%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_nl || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_nl > 255
410%error "DisplayFormatCompressed_Format_nl is out of range of DisplayFormatCompressed_BaseFormatOffset"
411%endif
412%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_2_u || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_2_u > 255
413%error "DisplayFormatCompressed_Format_2_u is out of range of DisplayFormatCompressed_BaseFormatOffset"
414%endif
415%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_A || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_A > 255
416%error "DisplayFormatCompressed_Format_A is out of range of DisplayFormatCompressed_BaseFormatOffset"
417%endif
418%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_s || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_s > 255
419%error "DisplayFormatCompressed_Format_s is out of range of DisplayFormatCompressed_BaseFormatOffset"
420%endif
421%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_z || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_z > 255
422%error "DisplayFormatCompressed_Format_z is out of range of DisplayFormatCompressed_BaseFormatOffset"
423%endif
424%endif
425
426;; translated usage stats
427;; 33:1
428;; 32:32
429;; 181:1
430;; 53:2
431;; 48:2
432;; 200:1
433;; 46:3
434;; 179:8
435;; 44:1
436;; 50:2
437;; 51:3
438;; 47:2
439;; 52:1
440;; 172:2
441;; 34:3
442;; 49:1
443;; 56:5
444;; 45:3
445;; 175:1
446;; 171:2
447;; 54:1
448;; total translated: 21
449
450;; format usage stats
451;; A:4
452;; 2-u:1
453;; 5-u:2
454;; x:7
455;; s:14
456;; 5-x:1
457;; nl:6
458;; 2-I:1
459;; c:5
460;; u:6
461;; z:1
462;; total format: 11
463
464;; alphabet usage stats
465;; 58,::3
466;; 59,;:
467;; 60,<:
468;; 61,=:
469;; 62,>:
470;; 63,?:
471;; 64,@:1
472;; 65,A:3
473;; 66,B:9
474;; 67,C:4
475;; 68,D:11
476;; 69,E:3
477;; 70,F:3
478;; 71,G:
479;; 72,H:4
480;; 73,I:2
481;; 74,J:
482;; 75,K:1
483;; 76,L:3
484;; 77,M:3
485;; 78,N:
486;; 79,O:2
487;; 80,P:1
488;; 81,Q:1
489;; 82,R:4
490;; 83,S:7
491;; 84,T:
492;; 85,U:1
493;; 86,V:
494;; 87,W:
495;; 88,X:1
496;; 89,Y:
497;; 90,Z:
498;; 91,[:
499;; 92,\:
500;; 93,]:
501;; 94,^:
502;; 95,_:
503;; 96,`:
504;; 97,a:7
505;; 98,b:
506;; 99,c:5
507;; 100,d:4
508;; 101,e:12
509;; 102,f:2
510;; 103,g:2
511;; 104,h:
512;; 105,i:10
513;; 106,j:
514;; 107,k:4
515;; 108,l:5
516;; 109,m:1
517;; 110,n:10
518;; 111,o:18
519;; 112,p:3
520;; 113,q:
521;; 114,r:12
522;; 115,s:6
523;; 116,t:12
524;; 117,u:2
525;; 118,v:2
526;; 119,w:1
527;; 120,x:
528;; 121,y:2
529;; alphabet used count: 40
Note: See TracBrowser for help on using the repository browser.