Changeset 189 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Strings.asm


Ignore:
Timestamp:
Nov 16, 2011, 6:29:32 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Additional space optimizations, including making IdleProcessing an option in MENUEVENT. Note the fall-through from one file to another, but that there are assembler checks to ensure the proper linkage is maintained. First version of StringsCompress.pl, a perl script to make StringsCompressed.asm from Strings.asm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Strings.asm

    r186 r189  
    1414g_szSlave:      db  "Slave ",NULL
    1515g_szDetect:     db  "IDE %s at %x: ",NULL           ; IDE Master at 1F0h:
    16 
     16g_szSerial:     db  "Serial Port %s: ",NULL
    1717
    1818; Boot loader strings
Note: See TracChangeset for help on using the changeset viewer.