Changeset 492 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/StringsCompressed.asm
- Timestamp:
- Dec 21, 2012, 1:01:55 AM (12 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/StringsCompressed.asm
r491 r492 129 129 db 48h, 75h, 75h, 7ah, 6fh, 74h, 0edh, 3ch, 24h, 3ch, 19h ; compressed 130 130 131 g_szBootSectorNotFound: ; db "Boot sector " 131 g_szBootSectorNotFound: ; db "Boot sector " ; String fall through... 132 132 ; db 42h, 6fh, 6fh, 74h, 20h, 73h, 65h, 63h, 74h, 6fh, 72h, 20h ; uncompressed 133 133 db 48h, 75h, 75h, 0fah, 79h, 6bh, 69h, 7ah, 75h, 0f8h ; compressed … … 145 145 %ifdef MODULE_HOTKEYS 146 146 ; Hotkey Bar strings 147 g_szFDD: ; db "FDD [%c]",NULL ; "FDD [A]" 148 ; db 46h, 44h, 44h, 20h, 5bh, 25h, 63h, 5dh, 00h ; uncompressed 149 db 4ch, 4ah, 0cah, 61h, 3ch, 0a3h ; compressed 150 151 g_szHDD: ; db "HDD [%c]",NULL ; "HDD [C]" 152 ; db 48h, 44h, 44h, 20h, 5bh, 25h, 63h, 5dh, 00h ; uncompressed 153 db 4eh, 4ah, 0cah, 61h, 3ch, 0a3h ; compressed 154 155 g_szBootMenu: ; db "%sMnu",NULL ; "BootMnu" 156 ; db 25h, 73h, 4dh, 6eh, 75h, 00h ; uncompressed 157 db 3dh, 53h, 74h, 0bbh ; compressed 158 159 g_szRomBoot: ; db "Rom%s",NULL ; "RomBoot" 160 ; db 52h, 6fh, 6dh, 25h, 73h, 00h ; uncompressed 161 db 58h, 75h, 73h, 1dh ; compressed 162 163 g_szBoot: ; db "Boot",NULL 164 ; db 42h, 6fh, 6fh, 74h, 00h ; uncompressed 165 db 48h, 75h, 75h, 0bah ; compressed 166 167 g_szHotkey: ; db "%A%c%c%A%s%A ",NULL ; "C»HDD [A] ", "F2BootMnu " or "F8RomBoot " 168 ; db 25h, 41h, 25h, 63h, 25h, 63h, 25h, 41h, 25h, 73h, 25h, 41h, 20h, 00h ; uncompressed 169 db 3bh, 3ch, 3ch, 3bh, 3dh, 3bh, 00h ; compressed 170 147 g_szFDD: ; db "FDD [%c]",NULL ; "FDD [A]" 148 ; db 46h, 44h, 44h, 20h, 5bh, 25h, 63h, 5dh, 00h ; uncompressed 149 db 4ch, 4ah, 0cah, 61h, 3ch, 0a3h ; compressed 150 151 g_szHDD: ; db "HDD [%c]",NULL ; "HDD [C]" 152 ; db 48h, 44h, 44h, 20h, 5bh, 25h, 63h, 5dh, 00h ; uncompressed 153 db 4eh, 4ah, 0cah, 61h, 3ch, 0a3h ; compressed 154 155 %ifdef MODULE_BOOT_MENU 156 g_szBootMenu: ; db "BootMnu%c",NULL ; "BootMnu", location of %c doesn't matter 157 ; db 42h, 6fh, 6fh, 74h, 4dh, 6eh, 75h, 25h, 63h, 00h ; uncompressed 158 db 48h, 75h, 75h, 7ah, 53h, 74h, 7bh, 1ch ; compressed 159 160 %endif ; MODULE_BOOT_MENU 161 g_szHotkey: ; db "%A%c%c%A%s%A ",NULL ; "C»HDD [A] ", "F2BootMnu " or "F8RomBoot " 162 ; db 25h, 41h, 25h, 63h, 25h, 63h, 25h, 41h, 25h, 73h, 25h, 41h, 20h, 00h ; uncompressed 163 db 3bh, 3ch, 3ch, 3bh, 3dh, 3bh, 00h ; compressed 164 165 %ifdef MODULE_SERIAL 166 g_szHotComDetect: ; db "ComDtct%c",NULL ; "ComDtct", location of %c doesn't matter 167 ; db 43h, 6fh, 6dh, 44h, 74h, 63h, 74h, 25h, 63h, 00h ; uncompressed 168 db 49h, 75h, 73h, 4ah, 7ah, 69h, 7ah, 1ch ; compressed 169 170 %endif ; MODULE_SERIAL 171 %endif ; MODULE_HOTKEYS 172 173 %ifdef MODULE_BOOT_MENU 174 g_szRomBootDash: ; db " - " ; String fall through to g_szRomBoot 175 ; db 20h, 2dh, 20h, 20h ; uncompressed 176 db 20h, 28h, 20h, 20h ; compressed 177 178 %endif 179 %ifdef MODULE_HOTKEYS OR MODULE_BOOT_MENU 180 g_szRomBoot: ; db "Rom%cBoot", NULL ; "RomBoot" or "Rom Boot" 181 ; db 52h, 6fh, 6dh, 25h, 63h, 42h, 6fh, 6fh, 74h, 00h ; uncompressed 182 db 58h, 75h, 73h, 3ch, 48h, 75h, 75h, 0bah ; compressed 183 184 %endif 171 185 172 186 … … 353 367 ; which is checked at assembly time below. 354 368 ; 369 g_szDriveNumSpace: ; db " " ; leading space, used if drive number is less than 0fh 370 ; db 20h ; uncompressed 371 db 20h ; compressed 372 373 ; must come immediately before g_szDriveNum! 355 374 g_szBootMenuPrintStart: 356 375 g_szDriveNum: ; db "%x %s",NULL … … 358 377 db 37h, 20h, 1dh ; compressed 359 378 379 g_szDriveNumBNSpace: ; db " " ; leading space, used if drive number is less than 0fh 380 ; db 20h ; uncompressed 381 db 20h ; compressed 382 383 ; must come immediately before g_szDriveNumBOOTNFO! 360 384 g_szDriveNumBOOTNFO: ; db "%x %z",NULL 361 385 ; db 25h, 78h, 20h, 25h, 7ah, 00h ; uncompressed … … 376 400 %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" 377 401 %endif 402 %if g_szDriveNumSpace+1 != g_szDriveNum || g_szDriveNumBNSpace+1 != g_szDriveNumBOOTNFO 403 %error "g_szDriveNumSpace or g_szDriveNumBNSpace are out of position" 404 %endif 378 405 %endif 379 406 380 407 %endif ; MODULE_BOOT_MENU 381 %endif ; MODULE_HOTKEYS382 408 383 409 … … 528 554 ;; translated usage stats 529 555 ;; 33:1 530 ;; 32: 29556 ;; 32:34 531 557 ;; 181:1 532 558 ;; 53:2 … … 543 569 ;; 49:1 544 570 ;; 56:7 545 ;; 45: 1571 ;; 45:2 546 572 ;; 175:1 547 573 ;; 171:2 … … 554 580 ;; 5-u:2 555 581 ;; x:5 556 ;; s:1 6582 ;; s:14 557 583 ;; 5-x:1 558 584 ;; nl:12 559 585 ;; 2-I:1 560 586 ;; u:6 561 ;; c:1 0587 ;; c:13 562 588 ;; z:2 563 589 ;; total format: 11 … … 572 598 ;; 64,@:1 573 599 ;; 65,A:5 574 ;; 66,B: 8575 ;; 67,C: 2576 ;; 68,D:1 0600 ;; 66,B:9 601 ;; 67,C:3 602 ;; 68,D:11 577 603 ;; 69,E:3 578 604 ;; 70,F:3 … … 605 631 ;; 97,a:7 606 632 ;; 98,b: 607 ;; 99,c: 5633 ;; 99,c:6 608 634 ;; 100,d:6 609 635 ;; 101,e:15 … … 615 641 ;; 107,k:4 616 642 ;; 108,l:5 617 ;; 109,m: 1643 ;; 109,m:2 618 644 ;; 110,n:11 619 ;; 111,o: 17645 ;; 111,o:20 620 646 ;; 112,p:3 621 647 ;; 113,q: 622 648 ;; 114,r:11 623 649 ;; 115,s:7 624 ;; 116,t:1 2650 ;; 116,t:15 625 651 ;; 117,u:4 626 652 ;; 118,v:3
Note:
See TracChangeset
for help on using the changeset viewer.