Changeset 189 in xtideuniversalbios for trunk/Assembly_Library/Inc


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/Inc/MenuEvents.inc

    r183 r189  
    5151    ; Parameters:
    5252    ;   None
     53    ; See the definition of MENUEVENT_IDLEPROCESSING_ENABLE below.
    5354    .IdleProcessing                 resb    2
    5455%define MENUEVENT_IdleProcessing MENUEVENT.IdleProcessing
     
    8889%endif ; MENUEVENTS_INLINE_OFFSETS
    8990
     91;
     92; If user level idle processing is desired, %define this symbol and .IdleProcessing will be called.
     93;
     94;%define MENUEVENT_IDLEPROCESSING_ENABLE
     95
    9096%endif ; MENUEVENTS_INC
Note: See TracChangeset for help on using the changeset viewer.