Changeset 189 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/MenuEvent.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/Assembly_Library/Src/Menu/MenuEvent.asm

    r183 r189  
    4141
    4242
     43%ifdef MENUEVENT_IDLEPROCESSING_ENABLE
    4344;--------------------------------------------------------------------
    4445; MenuEvent_IdleProcessing
     
    5556    mov     bl, MENUEVENT_IdleProcessing
    5657    jmp     SHORT MenuEvent_SendFromBX
    57 
     58%endif
    5859
    5960;--------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.