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

Last change on this file since 488 was 488, checked in by gregli@…, 11 years ago

Removed unused '4' entry from Strings.asm and recompressed. Added 8x multiplier value for serial drives. Wrapped some preprocessor symbol references so that 'make xt_unused' analysis continues to work.

File size: 27.3 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%ifdef STRINGSCOMPRESSED_STRINGS
10
11; Project name  :   XTIDE Universal BIOS
12; Description   :   Strings and equates for BIOS messages.
13
14;
15; XTIDE Universal BIOS and Associated Tools 
16; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
17;
18; This program is free software; you can redistribute it and/or modify
19; it under the terms of the GNU General Public License as published by
20; the Free Software Foundation; either version 2 of the License, or
21; (at your option) any later version.
22; 
23; This program is distributed in the hope that it will be useful,
24; but WITHOUT ANY WARRANTY; without even the implied warranty of
25; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26; GNU General Public License for more details.
27; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html       
28;       
29
30%ifdef MODULE_STRINGS_COMPRESSED_PRECOMPRESS
31%include "Display.inc"
32%endif
33
34; Section containing code
35SECTION .text
36
37; POST drive detection strings
38g_szDashForZero:    ; db    "- ",NULL   ; Required by Display Library
39                    ; db     2dh,  20h,  00h    ; uncompressed
40                      db     28h,  00h          ; compressed
41
42g_szRomAt:          ; db    LF,CR,"%s @ %x",LF,CR
43                    ; db     0ah,  0dh,  25h,  73h,  20h,  40h,  20h,  25h,  78h,  0ah,  0dh    ; uncompressed
44                      db     39h,  3dh,  20h, 0c6h,  37h,  39h                                  ; compressed
45
46    ; db  "Released under GNU GPL v2",LF,CR,LF,CR,NULL
47    ; db   52h,  65h,  6ch,  65h,  61h,  73h,  65h,  64h,  20h,  75h,  6eh,  64h,  65h,  72h,  20h,  47h,  4eh,  55h,  20h,  47h,  50h,  4ch,  20h,  76h,  32h,  0ah,  0dh,  0ah,  0dh,  00h    ; uncompressed
48      db   58h,  6bh,  72h,  6bh,  67h,  79h,  6bh, 0eah,  7bh,  74h,  6ah,  6bh, 0f8h,  4dh,  54h, 0dbh,  4dh,  56h, 0d2h,  7ch,  2ch,  39h,  19h                                              ; compressed
49
50
51
52; The following strings are used by DetectPrint_StartDetectWithMasterOrSlaveStringInCXandIdeVarsInCSBP
53; To support an optimization in that code, these strings must start on the same 256 byte page,
54; which is checked at assembly time below.
55;
56g_szDetectStart:
57g_szDetectMaster:       ; db    "Master",NULL
58                        ; db     4dh,  61h,  73h,  74h,  65h,  72h,  00h    ; uncompressed
59                          db     53h,  67h,  79h,  7ah,  6bh, 0b8h          ; compressed
60
61g_szDetectSlave:        ; db    "Slave ",NULL
62                        ; db     53h,  6ch,  61h,  76h,  65h,  20h,  00h    ; uncompressed
63                          db     59h,  72h,  67h,  7ch,  6bh,  00h          ; compressed
64
65g_szDetectOuter:        ; db    "%s at %s: ",NULL
66                        ; db     25h,  73h,  20h,  61h,  74h,  20h,  25h,  73h,  3ah,  20h,  00h    ; uncompressed
67                          db     3dh,  20h,  67h, 0fah,  3dh,  40h,  00h                            ; compressed
68
69%ifdef MODULE_SERIAL
70g_szDetectCOM:          ; db  "COM%c%s",NULL
71                        ; db   43h,  4fh,  4dh,  25h,  63h,  25h,  73h,  00h    ; uncompressed
72                          db   49h,  55h,  53h,  3ch,  1dh                      ; compressed
73
74g_szDetectCOMAuto:      ; db    " Detect",NULL
75                        ; db     20h,  44h,  65h,  74h,  65h,  63h,  74h,  00h    ; uncompressed
76                          db     20h,  4ah,  6bh,  7ah,  6bh,  69h, 0bah          ; compressed
77
78g_szDetectCOMSmall:     ; db    "/%u%u00",NULL                  ; IDE Master at COM1/9600:
79                        ; db     2fh,  25h,  75h,  25h,  75h,  30h,  30h,  00h    ; uncompressed
80                          db     2ah,  35h,  35h,  33h,  13h                      ; compressed
81
82g_szDetectCOMLarge:     ; db    "/%u.%uK",NULL                  ; IDE Master at COM1/19.2K:
83                        ; db     2fh,  25h,  75h,  2eh,  25h,  75h,  4bh,  00h    ; uncompressed
84                          db     2ah,  35h,  29h,  35h,  91h                      ; compressed
85
86%endif
87g_szDetectEnd:
88g_szDetectPort:         ; db    "%x",NULL                       ; IDE Master at 1F0h:
89                        ; db     25h,  78h,  00h    ; uncompressed
90                          db     17h                ; compressed
91
92
93%ifndef CHECK_FOR_UNUSED_ENTRYPOINTS
94%if ((g_szDetectEnd-$$) & 0xff00) <> ((g_szDetectStart-$$) & 0xff00)
95%error "g_szDetect* strings must start on the same 256 byte page, required by DetectPrint_StartDetectWithMasterOrSlaveStringInCXandIdeVarsInCSBP.  Please move this block up or down within strings.asm"
96%endif
97%endif
98
99
100; Boot loader strings
101g_szTryToBoot:          ; db    "Booting %c",ANGLE_QUOTE_RIGHT,"%c",LF,CR,NULL
102                        ; db     42h,  6fh,  6fh,  74h,  69h,  6eh,  67h,  20h,  25h,  63h, 0afh,  25h,  63h,  0ah,  0dh,  00h    ; uncompressed
103                          db     48h,  75h,  75h,  7ah,  6fh,  74h, 0edh,  3ch,  24h,  3ch,  19h                                  ; compressed
104
105g_szBootSectorNotFound: ; db    "Boot sector "
106                        ; db     42h,  6fh,  6fh,  74h,  20h,  73h,  65h,  63h,  74h,  6fh,  72h,  20h    ; uncompressed
107                          db     48h,  75h,  75h, 0fah,  79h,  6bh,  69h,  7ah,  75h, 0f8h                ; compressed
108
109g_szNotFound:           ; db    "not found",LF,CR,NULL
110                        ; db     6eh,  6fh,  74h,  20h,  66h,  6fh,  75h,  6eh,  64h,  0ah,  0dh,  00h    ; uncompressed
111                          db     74h,  75h, 0fah,  6ch,  75h,  7bh,  74h,  6ah,  19h                      ; compressed
112
113g_szReadError:          ; db    "Error %x!",LF,CR,NULL
114                        ; db     45h,  72h,  72h,  6fh,  72h,  20h,  25h,  78h,  21h,  0ah,  0dh,  00h    ; uncompressed
115                          db     4bh,  78h,  78h,  75h, 0f8h,  37h,  25h,  19h                            ; compressed
116
117
118
119%ifdef MODULE_HOTKEYS
120
121; Hotkey Bar strings
122g_szFDD:        ; db    "FDD [%c]",NULL         ; "FDD [A]"
123                ; db     46h,  44h,  44h,  20h,  5bh,  25h,  63h,  5dh,  00h    ; uncompressed
124                  db     4ch,  4ah, 0cah,  61h,  3ch, 0a3h                      ; compressed
125
126g_szHDD:        ; db    "HDD [%c]",NULL         ; "HDD [C]"
127                ; db     48h,  44h,  44h,  20h,  5bh,  25h,  63h,  5dh,  00h    ; uncompressed
128                  db     4eh,  4ah, 0cah,  61h,  3ch, 0a3h                      ; compressed
129
130g_szBootMenu:   ; db    "%sMnu",NULL            ; "BootMnu"
131                ; db     25h,  73h,  4dh,  6eh,  75h,  00h    ; uncompressed
132                  db     3dh,  53h,  74h, 0bbh                ; compressed
133
134g_szRomBoot:    ; db    "Rom%s",NULL            ; "RomBoot"
135                ; db     52h,  6fh,  6dh,  25h,  73h,  00h    ; uncompressed
136                  db     58h,  75h,  73h,  1dh                ; compressed
137
138g_szBoot:       ; db    "Boot",NULL
139                ; db     42h,  6fh,  6fh,  74h,  00h    ; uncompressed
140                  db     48h,  75h,  75h, 0bah          ; compressed
141
142g_szHotkey:     ; db    "%A%c%c%A%s%A ",NULL    ; "C»HDD [A] ", "F2BootMnu " or "F8RomBoot "
143                ; db     25h,  41h,  25h,  63h,  25h,  63h,  25h,  41h,  25h,  73h,  25h,  41h,  20h,  00h    ; uncompressed
144                  db     3bh,  3ch,  3ch,  3bh,  3dh,  3bh,  00h                                              ; compressed
145
146
147
148%ifdef MODULE_BOOT_MENU
149
150; Boot Menu Floppy Disk strings
151;
152; The following strings are used by BootMenuPrint_RefreshInformation
153; To support optimizations in that code, these strings must start on the same 256 byte page,
154; which is checked at assembly time below.
155;
156g_szFddStart:
157g_szFddUnknown: ; db    "Unknown",NULL
158                ; db     55h,  6eh,  6bh,  6eh,  6fh,  77h,  6eh,  00h    ; uncompressed
159                  db     5bh,  74h,  71h,  74h,  75h,  7dh, 0b4h          ; compressed
160
161g_szFddSizeOr:  ; db    "5",ONE_QUARTER,QUOTATION_MARK," or 3",ONE_HALF,QUOTATION_MARK," DD",NULL
162                ; db     35h, 0ach,  22h,  20h,  6fh,  72h,  20h,  33h, 0abh,  22h,  20h,  44h,  44h,  00h    ; uncompressed
163                  db     2eh,  21h,  26h,  20h,  75h, 0f8h,  2dh,  22h,  26h,  20h,  4ah,  8ah                ; compressed
164
165g_szFddSize:    ; db    "%s",QUOTATION_MARK,", %u kiB",NULL ; 3½", 1440 kiB
166                ; db     25h,  73h,  22h,  2ch,  20h,  25h,  75h,  20h,  6bh,  69h,  42h,  00h    ; uncompressed
167                  db     3dh,  26h,  27h,  20h,  35h,  20h,  71h,  6fh,  88h                      ; compressed
168
169g_szFddThreeHalf:       ; db  "3",ONE_HALF,NULL
170                        ; db   33h, 0abh,  00h    ; uncompressed
171                          db   2dh,  02h          ; compressed
172
173g_szFddEnd:
174g_szFddFiveQuarter:     ; db  "5",ONE_QUARTER,NULL
175                        ; db   35h, 0ach,  00h    ; uncompressed
176                          db   2eh,  01h          ; compressed
177
178
179%ifndef CHECK_FOR_UNUSED_ENTRYPOINTS
180%if ((g_szFddStart-$$) & 0xff00) <> ((g_szFddEnd-$$) & 0xff00)
181%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"
182%endif
183%endif
184
185
186g_szAddressingModes:
187g_szNORMAL:     ; db    "NORMAL",NULL
188                ; db     4eh,  4fh,  52h,  4dh,  41h,  4ch,  00h    ; uncompressed
189                  db     54h,  55h,  58h,  53h,  47h,  92h          ; compressed
190
191g_szLARGE:      ; db    "LARGE ",NULL
192                ; db     4ch,  41h,  52h,  47h,  45h,  20h,  00h    ; uncompressed
193                  db     52h,  47h,  58h,  4dh,  4bh,  00h          ; compressed
194
195g_szLBA:        ; db    "LBA   ",NULL
196                ; db     4ch,  42h,  41h,  20h,  20h,  20h,  00h    ; uncompressed
197                  db     52h,  48h, 0c7h,  20h,  00h                ; compressed
198
199g_szAddressingModes_Displacement equ (g_szLARGE - g_szAddressingModes)
200;
201; Ensure that addressing modes are correctly spaced in memory
202;
203%ifndef CHECK_FOR_UNUSED_ENTRYPOINTS
204%if g_szNORMAL <> g_szAddressingModes
205%error "g_szAddressingModes Displacement Incorrect 1"
206%endif
207%if g_szLARGE <> g_szNORMAL + g_szAddressingModes_Displacement
208%error "g_szAddressingModes Displacement Incorrect 2"
209%endif
210%if g_szLBA <> g_szLARGE + g_szAddressingModes_Displacement
211%error "g_szAddressingModes Displacement Incorrect 3"
212%endif
213%endif
214
215g_szDeviceTypeValues:
216g_szDeviceTypeValues_16bit:     ; db        " 16",NULL
217                                ; db         20h,  31h,  36h,  00h    ; uncompressed
218                                  db         20h,  2bh,  0fh          ; compressed
219
220g_szDeviceTypeValues_32bit:     ; db        " 32",NULL
221                                ; db         20h,  33h,  32h,  00h    ; uncompressed
222                                  db         20h,  2dh,  0ch          ; compressed
223
224g_szDeviceTypeValues_8bit:      ; db        "  8",NULL
225                                ; db         20h,  20h,  38h,  00h    ; uncompressed
226                                  db         20h,  20h,  10h          ; compressed
227
228g_szDeviceTypeValues_XTIDEr1:   ; db        "D8 ",NULL  ; Dual 8-bit
229                                ; db         44h,  38h,  20h,  00h    ; uncompressed
230                                  db         4ah,  30h,  00h          ; compressed
231
232g_szDeviceTypeValues_XTIDEr2:   ; db        "X8 ",NULL  ; A0<->A3 swapped 8-bit
233                                ; db         58h,  38h,  20h,  00h    ; uncompressed
234                                  db         5eh,  30h,  00h          ; compressed
235
236g_szDeviceTypeValues_XTCFpio8:  ; db        "T8 ",NULL  ; True 8-bit
237                                ; db         54h,  38h,  20h,  00h    ; uncompressed
238                                  db         5ah,  30h,  00h          ; compressed
239
240g_szDeviceTypeValues_XTCFdma:   ; db        "8MA",NULL  ; DMA 8-bit
241                                ; db         38h,  4dh,  41h,  00h    ; uncompressed
242                                  db         30h,  53h,  87h          ; compressed
243
244g_szDeviceTypeValues_XTCFmem:   ; db        "M8 ",NULL  ; Memory Mapped 8-bit
245                                ; db         4dh,  38h,  20h,  00h    ; uncompressed
246                                  db         53h,  30h,  00h          ; compressed
247
248g_szDeviceTypeValues_JrIde:     ; db        "M8 ",NULL
249                                ; db         4dh,  38h,  20h,  00h    ; uncompressed
250                                  db         53h,  30h,  00h          ; compressed
251
252g_szDeviceTypeValues_Serial:    ; db        "SER",NULL
253                                ; db         53h,  45h,  52h,  00h    ; uncompressed
254                                  db         59h,  4bh,  98h          ; compressed
255
256
257g_szDeviceTypeValues_Displacement equ (g_szDeviceTypeValues_32bit - g_szDeviceTypeValues)
258;
259; Ensure that device type strings are correctly spaced in memory
260;
261%ifndef CHECK_FOR_UNUSED_ENTRYPOINTS
262%if g_szDeviceTypeValues_16bit <> g_szDeviceTypeValues
263%error "g_szDeviceTypeValues Displacement Incorrect 1"
264%endif
265%if g_szDeviceTypeValues_32bit <> g_szDeviceTypeValues_16bit + g_szDeviceTypeValues_Displacement
266%error "g_szDeviceTypeValues Displacement Incorrect 2"
267%endif
268%if g_szDeviceTypeValues_8bit <> g_szDeviceTypeValues_32bit + g_szDeviceTypeValues_Displacement
269%error "g_szDeviceTypeValues Displacement Incorrect 2"
270%endif
271%if g_szDeviceTypeValues_XTIDEr1 <> g_szDeviceTypeValues_8bit + g_szDeviceTypeValues_Displacement
272%error "g_szDeviceTypeValues Displacement Incorrect 3"
273%endif
274%if g_szDeviceTypeValues_XTIDEr2 <> g_szDeviceTypeValues_XTIDEr1 + g_szDeviceTypeValues_Displacement
275%error "g_szDeviceTypeValues Displacement Incorrect 4"
276%endif
277%if g_szDeviceTypeValues_XTCFpio8 <> g_szDeviceTypeValues_XTIDEr2 + g_szDeviceTypeValues_Displacement
278%error "g_szDeviceTypeValues Displacement Incorrect 5"
279%endif
280%if g_szDeviceTypeValues_XTCFdma <> g_szDeviceTypeValues_XTCFpio8 + g_szDeviceTypeValues_Displacement
281%error "g_szDeviceTypeValues Displacement Incorrect 6"
282%endif
283%if g_szDeviceTypeValues_XTCFmem <> g_szDeviceTypeValues_XTCFdma + g_szDeviceTypeValues_Displacement
284%error "g_szDeviceTypeValues Displacement Incorrect 7"
285%endif
286%if g_szDeviceTypeValues_JrIde <> g_szDeviceTypeValues_XTCFmem + g_szDeviceTypeValues_Displacement
287%error "g_szDeviceTypeValues Displacement Incorrect 8"
288%endif
289%if g_szDeviceTypeValues_Serial <> g_szDeviceTypeValues_JrIde + g_szDeviceTypeValues_Displacement
290%error "g_szDeviceTypeValues Displacement Incorrect 9"
291%endif
292%endif
293
294g_szSelectionTimeout:   ; db        DOUBLE_BOTTOM_LEFT_CORNER,DOUBLE_LEFT_HORIZONTAL_TO_SINGLE_VERTICAL,"%ASelection in %2-u s",NULL
295                        ; 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
296                          db         31h,  32h,  3bh,  59h,  6bh,  72h,  6bh,  69h,  7ah,  6fh,  75h, 0f4h,  6fh, 0f4h,  3ah,  20h, 0b9h                                              ; compressed
297
298
299
300
301
302; Boot Menu information strings
303g_szCapacity:           ; db    "Capacity : %s",NULL
304                        ; db     43h,  61h,  70h,  61h,  63h,  69h,  74h,  79h,  20h,  3ah,  20h,  25h,  73h,  00h    ; uncompressed
305                          db     49h,  67h,  76h,  67h,  69h,  6fh,  7ah, 0ffh, 0c0h,  1dh                            ; compressed
306
307g_szCapacityNum:        ; db    "%5-u.%u %ciB",NULL
308                        ; db     25h,  35h,  2dh,  75h,  2eh,  25h,  75h,  20h,  25h,  63h,  69h,  42h,  00h    ; uncompressed
309                          db     36h,  29h,  35h,  20h,  3ch,  6fh,  88h                                        ; compressed
310
311g_szInformation:        ; db    "%s",LF,CR
312                        ; db     25h,  73h,  0ah,  0dh    ; uncompressed
313                          db     3dh,  39h                ; compressed
314
315    ; db    "Addr. ",SINGLE_VERTICAL,"Block",SINGLE_VERTICAL,"Bus",SINGLE_VERTICAL,  "IRQ",SINGLE_VERTICAL,"Reset",LF,CR
316    ; db     41h,  64h,  64h,  72h,  2eh,  20h, 0b3h,  42h,  6ch,  6fh,  63h,  6bh, 0b3h,  42h,  75h,  73h, 0b3h,  49h,  52h,  51h, 0b3h,  52h,  65h,  73h,  65h,  74h,  0ah,  0dh    ; uncompressed
317      db     47h,  6ah,  6ah,  78h,  29h,  20h,  23h,  48h,  72h,  75h,  69h,  71h,  23h,  48h,  7bh,  79h,  23h,  4fh,  58h,  57h,  23h,  58h,  6bh,  79h,  6bh,  7ah,  39h          ; compressed
318
319    ; db       "%s",SINGLE_VERTICAL, "%5-u",SINGLE_VERTICAL, "%s",SINGLE_VERTICAL," %2-I",SINGLE_VERTICAL,"%5-x" ,NULL
320    ; db        25h,  73h, 0b3h,  25h,  35h,  2dh,  75h, 0b3h,  25h,  73h, 0b3h,  20h,  25h,  32h,  2dh,  49h, 0b3h,  25h,  35h,  2dh,  78h,  00h    ; uncompressed
321      db        3dh,  23h,  36h,  23h,  3dh,  23h,  20h,  34h,  23h,  18h                                                                            ; compressed
322
323
324
325; Boot Menu menuitem strings
326;
327; The following strings are used by BootMenuPrint_* routines.
328; To support optimizations in that code, these strings must start on the same 256 byte page,
329; which is checked at assembly time below.
330;
331g_szBootMenuPrintStart:
332g_szDriveNum:           ; db    "%x %s",NULL
333                        ; db     25h,  78h,  20h,  25h,  73h,  00h    ; uncompressed
334                          db     37h,  20h,  1dh                      ; compressed
335
336g_szDriveNumBOOTNFO:    ; db    "%x %z",NULL
337                        ; db     25h,  78h,  20h,  25h,  7ah,  00h    ; uncompressed
338                          db     37h,  20h,  1eh                      ; compressed
339
340g_szFloppyDrv:          ; db    "Floppy Drive %c",NULL
341                        ; db     46h,  6ch,  6fh,  70h,  70h,  79h,  20h,  44h,  72h,  69h,  76h,  65h,  20h,  25h,  63h,  00h    ; uncompressed
342                          db     4ch,  72h,  75h,  76h,  76h, 0ffh,  4ah,  78h,  6fh,  7ch, 0ebh,  1ch                            ; compressed
343
344g_szBootMenuPrintEnd:
345g_szForeignHD:          ; db    "Foreign Hard Disk",NULL
346                        ; db     46h,  6fh,  72h,  65h,  69h,  67h,  6eh,  20h,  48h,  61h,  72h,  64h,  20h,  44h,  69h,  73h,  6bh,  00h    ; uncompressed
347                          db     4ch,  75h,  78h,  6bh,  6fh,  6dh, 0f4h,  4eh,  67h,  78h, 0eah,  4ah,  6fh,  79h, 0b1h                      ; compressed
348
349
350%ifndef CHECK_FOR_UNUSED_ENTRYPOINTS
351%if ((g_szBootMenuPrintStart-$$) & 0xff00) <> ((g_szBootMenuPrintEnd-$$) & 0xff00)
352%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"
353%endif
354%endif
355
356%endif ; MODULE_BOOT_MENU
357%endif ; MODULE_HOTKEYS
358
359
360;------------------------------------------------------------------------------------------
361;
362; Tables for StringsCompress.pl
363;
364; Items can be added and removed from this table as needed, with the following rules:
365;  * Formats follow the special characters.  But other than that, order makes no difference.
366;  * Some of the formats require "even" and "odd" numbering.  Even tells the code that
367;    it is a "number-" format, otherwise it doesn't interpret a number first.  The easiest
368;    way to maintain this is to move one of the "n/a" items to/from the front of the format
369;    list to maintain the even/odd.
370;  * Values do not need to remain consistent across versions.  This table is only used
371;    internally to this file.
372;  * There can only be 32 of these (0-31).
373;  * Keeping the list short is good - this translates to a table in the compressed version.
374;    An error will be reported if a character or format is no longer being used by any 
375;    strings above.
376;  * Please keep items sequential for ease of further editing.
377;
378;$translate{ord(' ')} = 0;    [StringsCompress Processed]
379;$translate{172}      = 1;     # ONE_QUARTER    [StringsCompress Processed]
380;$translate{171}      = 2;     # ONE_HALF    [StringsCompress Processed]
381;$translate{179}      = 3;     # SINGLE_VERTICAL    [StringsCompress Processed]
382;$translate{175}      = 4;     # ANGLE_QUOTE_RIGHT    [StringsCompress Processed]
383;$translate{ord('!')} = 5;    [StringsCompress Processed]
384;$translate{ord('"')} = 6;    [StringsCompress Processed]
385;$translate{ord(',')} = 7;    [StringsCompress Processed]
386;$translate{ord('-')} = 8;    [StringsCompress Processed]
387;$translate{ord('.')} = 9;    [StringsCompress Processed]
388;$translate{ord('/')} = 10;    [StringsCompress Processed]
389;$translate{ord('1')} = 11;    [StringsCompress Processed]
390;$translate{ord('2')} = 12;    [StringsCompress Processed]
391;$translate{ord('3')} = 13;    [StringsCompress Processed]
392;$translate{ord('5')} = 14;    [StringsCompress Processed]
393;$translate{ord('6')} = 15;    [StringsCompress Processed]
394;$translate{ord('8')} = 16;    [StringsCompress Processed]
395;$translate{200}      = 17;    # DOUBLE_BOTTOM_LEFT_CORNER    [StringsCompress Processed]
396;$translate{181}      = 18;    # DOUBLE_LEFT_HORIZONTAL_TO_SINGLE_VERTICAL    [StringsCompress Processed]
397;$translate{ord('0')} = 19;    [StringsCompress Processed]
398;
399; Formats begin immediately after the last Translated character (they are in the same table)
400;
401;$format_begin = 20;    [StringsCompress Processed]
402;
403;$format{"2-I"} = 20;        # must be even    [StringsCompress Processed]
404;$format{"u"}   = 21;        # must be odd    [StringsCompress Processed]
405;$format{"5-u"} = 22;        # must be even    [StringsCompress Processed]
406;$format{"x"}   = 23;        # must be odd    [StringsCompress Processed]
407;$format{"5-x"} = 24;        # must be even    [StringsCompress Processed]
408;$format{"nl"}  = 25;        # n/a    [StringsCompress Processed]
409;$format{"2-u"} = 26;        # must be even    [StringsCompress Processed]
410;$format{"A"}   = 27;        # n/a    [StringsCompress Processed]
411;$format{"c"}   = 28;        # n/a    [StringsCompress Processed]
412;$format{"s"}   = 29;        # n/a, normal string from DS    [StringsCompress Processed]
413;$format{"z"}   = 30;        # n/a, boot string from BDA    [StringsCompress Processed]
414;
415; NOTE: The last $format cannot exceed 31 (stored in a 5-bit quantity).
416;
417; Starting point for the "normal" range, typically around 0x40 to cover upper and lower case
418; letters.  If lower case 'z' is not used, 0x3a can be a good choice as it adds ':' to the
419; front end.
420;
421;$normal_base = 0x3a;    [StringsCompress Processed]
422;
423; End of StringsCompress.pl information
424;
425;;; end of input stream
426
427%endif ; STRINGSCOMPRESSED_STRINGS
428
429%ifdef STRINGSCOMPRESSED_TABLES
430
431StringsCompressed_NormalBase     equ   58
432
433StringsCompressed_FormatsBegin   equ   20
434
435StringsCompressed_TranslatesAndFormats: 
436        db     32  ; 0
437        db     172  ; 1
438        db     171  ; 2
439        db     179  ; 3
440        db     175  ; 4
441        db     33  ; 5
442        db     34  ; 6
443        db     44  ; 7
444        db     45  ; 8
445        db     46  ; 9
446        db     47  ; 10
447        db     49  ; 11
448        db     50  ; 12
449        db     51  ; 13
450        db     53  ; 14
451        db     54  ; 15
452        db     56  ; 16
453        db     200  ; 17
454        db     181  ; 18
455        db     48  ; 19
456        db     (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_2_I)    ; 20
457        db     (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_u)    ; 21
458        db     (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_5_u)    ; 22
459        db     (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_x)    ; 23
460        db     (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_5_x)    ; 24
461        db     (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_nl)    ; 25
462        db     (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_2_u)    ; 26
463        db     (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_A)    ; 27
464        db     (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_c)    ; 28
465        db     (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_s)    ; 29
466        db     (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_z)    ; 30
467
468%ifndef CHECK_FOR_UNUSED_ENTRYPOINTS
469%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_2_I || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_2_I > 255
470%error "DisplayFormatCompressed_Format_2_I is out of range of DisplayFormatCompressed_BaseFormatOffset"
471%endif
472%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_u || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_u > 255
473%error "DisplayFormatCompressed_Format_u is out of range of DisplayFormatCompressed_BaseFormatOffset"
474%endif
475%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_5_u || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_5_u > 255
476%error "DisplayFormatCompressed_Format_5_u is out of range of DisplayFormatCompressed_BaseFormatOffset"
477%endif
478%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_x || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_x > 255
479%error "DisplayFormatCompressed_Format_x is out of range of DisplayFormatCompressed_BaseFormatOffset"
480%endif
481%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_5_x || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_5_x > 255
482%error "DisplayFormatCompressed_Format_5_x is out of range of DisplayFormatCompressed_BaseFormatOffset"
483%endif
484%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_nl || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_nl > 255
485%error "DisplayFormatCompressed_Format_nl is out of range of DisplayFormatCompressed_BaseFormatOffset"
486%endif
487%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_2_u || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_2_u > 255
488%error "DisplayFormatCompressed_Format_2_u is out of range of DisplayFormatCompressed_BaseFormatOffset"
489%endif
490%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_A || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_A > 255
491%error "DisplayFormatCompressed_Format_A is out of range of DisplayFormatCompressed_BaseFormatOffset"
492%endif
493%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_c || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_c > 255
494%error "DisplayFormatCompressed_Format_c is out of range of DisplayFormatCompressed_BaseFormatOffset"
495%endif
496%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_s || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_s > 255
497%error "DisplayFormatCompressed_Format_s is out of range of DisplayFormatCompressed_BaseFormatOffset"
498%endif
499%if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_z || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_z > 255
500%error "DisplayFormatCompressed_Format_z is out of range of DisplayFormatCompressed_BaseFormatOffset"
501%endif
502%endif
503
504;; translated usage stats
505;; 33:1
506;; 32:29
507;; 181:1
508;; 53:2
509;; 48:2
510;; 200:1
511;; 46:3
512;; 179:8
513;; 44:1
514;; 50:2
515;; 51:3
516;; 47:2
517;; 172:2
518;; 34:3
519;; 49:1
520;; 56:7
521;; 45:1
522;; 175:1
523;; 171:2
524;; 54:1
525;; total translated: 20
526
527;; format usage stats
528;; A:4
529;; 2-u:1
530;; 5-u:2
531;; x:5
532;; s:13
533;; 5-x:1
534;; nl:9
535;; 2-I:1
536;; u:6
537;; c:9
538;; z:1
539;; total format: 11
540
541;; alphabet usage stats
542;; 58,::2
543;; 59,;:
544;; 60,<:
545;; 61,=:
546;; 62,>:
547;; 63,?:
548;; 64,@:1
549;; 65,A:5
550;; 66,B:8
551;; 67,C:2
552;; 68,D:10
553;; 69,E:3
554;; 70,F:3
555;; 71,G:3
556;; 72,H:2
557;; 73,I:1
558;; 74,J:
559;; 75,K:1
560;; 76,L:4
561;; 77,M:7
562;; 78,N:2
563;; 79,O:2
564;; 80,P:1
565;; 81,Q:1
566;; 82,R:7
567;; 83,S:3
568;; 84,T:1
569;; 85,U:2
570;; 86,V:
571;; 87,W:
572;; 88,X:1
573;; 89,Y:
574;; 90,Z:
575;; 91,[:2
576;; 92,\:
577;; 93,]:2
578;; 94,^:
579;; 95,_:
580;; 96,`:
581;; 97,a:7
582;; 98,b:
583;; 99,c:5
584;; 100,d:6
585;; 101,e:15
586;; 102,f:1
587;; 103,g:2
588;; 104,h:
589;; 105,i:9
590;; 106,j:
591;; 107,k:4
592;; 108,l:5
593;; 109,m:1
594;; 110,n:11
595;; 111,o:17
596;; 112,p:3
597;; 113,q:
598;; 114,r:11
599;; 115,s:7
600;; 116,t:12
601;; 117,u:4
602;; 118,v:3
603;; 119,w:1
604;; 120,x:
605;; 121,y:2
606;; alphabet used count: 45
607%endif ; STRINGSCOMPRESSED_TABLES
608
Note: See TracBrowser for help on using the repository browser.