Changeset 292 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Main.asm


Ignore:
Timestamp:
Mar 3, 2012, 6:53:28 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Small optimization, moved around some serial code to avoid a few jumps and unnecessary number of sectors check.

File:
1 edited

Legend:

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

    r291 r292  
    1717%define MENUEVENT_INLINE_OFFSETS    ; Only one menu required, save space and inline offsets
    1818
    19 %ifdef MODULE_SERIAL
    20 %define INCLUDE_SERIALSERVER_LIBRARY
    21 %endif
    22        
    2319    ; Included .inc files
    2420    %include "AssemblyLibrary.inc"  ; Assembly Library. Must be included first!
Note: See TracChangeset for help on using the changeset viewer.