Changeset 133 in xtideuniversalbios for trunk/Assembly_Library/Inc


Ignore:
Timestamp:
Mar 12, 2011, 1:48:48 PM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Size optimizations in various files in the Assembly Library. Also a very small change to a string in XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Inc/Display.inc

    r91 r133  
    3737    .InitializeDisplayContext                       resb    2
    3838
     39%ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
    3940    .SetCharacterPointerFromBXAX                    resb    2
     41%endif
    4042    .SetCharOutputFunctionFromAXwithAttribFlagInBL  resb    2
    4143    .SetCharacterOutputParameterFromAX              resb    2
     
    4648    .SynchronizeDisplayContextToHardware            resb    2
    4749
     50%ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
    4851    .GetCharacterPointerToBXAX                      resb    2
     52%endif
    4953    .GetSoftwareCoordinatesToAX                     resb    2
    5054    .GetColumnsToALandRowsToAH                      resb    2
Note: See TracChangeset for help on using the changeset viewer.