Changeset 603 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/StringsCompressed.asm
- Timestamp:
- Nov 6, 2020, 2:49:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/StringsCompressed.asm
r601 r603 100 100 db 3dh, 39h ; compressed 101 101 102 %ifdef MODULE_STRINGS_COMPRESSED 102 103 ; db "Released under GNU GPL v2",LF,CR 103 104 ; 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 ; uncompressed 104 105 db 58h, 6bh, 72h, 6bh, 67h, 79h, 6bh, 0eah, 7bh, 74h, 6ah, 6bh, 0f8h, 4dh, 54h, 0dbh, 4dh, 56h, 0d2h, 7ch, 2ch, 39h ; compressed 105 106 107 %else 108 db "Released under GNU GPL v2",LF 109 %endif 106 110 ; db LF,CR,NULL 107 111 ; db 0ah, 0dh, 00h ; uncompressed … … 314 318 %endif ; MODULE_ADVANCED_ATA OR MODULE_8BIT_IDE OR MODULE_8BIT_IDE_ADVANCED OR MODULE_SERIAL 315 319 316 g_szDeviceTypeValues_Displacement equ 3 ; 3 compressed, 4 uncompressed 317 ;g_szDeviceTypeValues_Displacement equ (g_szDeviceTypeValues_32bit - g_szDeviceTypeValues) 320 %ifdef MODULE_STRINGS_COMPRESSED 321 g_szDeviceTypeValues_Displacement equ 3 322 %else 323 g_szDeviceTypeValues_Displacement equ 4 324 %endif 318 325 ; 319 326 ; Ensure that device type strings are correctly spaced in memory … … 601 608 602 609 ;; translated usage stats 610 ;; 181:1 611 ;; 48:2 612 ;; 172:2 613 ;; 50:2 614 ;; 171:2 615 ;; 45:2 616 ;; 51:3 617 ;; 200:1 618 ;; 34:3 619 ;; 179:8 620 ;; 33:1 621 ;; 53:2 622 ;; 47:2 603 623 ;; 54:2 604 ;; 172:2 605 ;; 171:2 606 ;; 47:2 607 ;; 53:2 624 ;; 46:3 625 ;; 32:34 626 ;; 56:9 608 627 ;; 175:1 609 ;; 56:9610 ;; 45:2611 ;; 50:2612 ;; 200:1613 ;; 33:1614 ;; 51:3615 ;; 179:8616 ;; 46:3617 ;; 48:2618 ;; 34:3619 628 ;; 49:2 620 ;; 181:1621 629 ;; 44:1 622 ;; 32:34623 630 ;; total translated: 20 624 631 625 632 ;; format usage stats 633 ;; 5-x:1 634 ;; s:14 635 ;; z:2 636 ;; u:6 637 ;; 2-u:1 638 ;; nl:12 639 ;; 2-I:1 640 ;; c:13 626 641 ;; 5-u:2 627 ;; z:2628 ;; nl:12629 642 ;; x:5 630 643 ;; A:4 631 ;; 2-u:1632 ;; s:14633 ;; 2-I:1634 ;; 5-x:1635 ;; u:6636 ;; c:13637 644 ;; total format: 11 638 645
Note:
See TracChangeset
for help on using the changeset viewer.