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

Last change on this file since 271 was 262, checked in by gregli@…, 12 years ago

More optimizations. Merged RamVars_IsFunction/DriveHandledByThisBIOS in with FindDPT_ForDriveNumber, since they are often used together, making a returned NULL DI pointer indicate a foreign drive in many places. Revamped the iteration done in the handlers for int13/0dh and int13h/0h. Added serial specific print string during drive detection.

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