Changeset 134 in xtideuniversalbios for trunk/Assembly_Library/Inc


Ignore:
Timestamp:
Mar 12, 2011, 5:12:08 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Excluded some format specifiers and related printing functions not used by XTIDE Universal BIOS.
File:
1 edited

Legend:

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

    r133 r134  
    5555
    5656    .FormatNullTerminatedStringFromCSSI             resb    2
     57%ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
    5758    .PrintSignedWordFromAXWithBaseInBX              resb    2
     59%endif
    5860    .PrintWordFromAXwithBaseInBX                    resb    2
    5961    .PrintCharBufferFromBXSIwithLengthInCX          resb    2
     
    6365    .PrintCharacterFromAL                           resb    2
    6466    .PrintNewlineCharacters                         resb    2
     67%ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
    6568    .ClearAreaWithHeightInAHandWidthInAL            resb    2
     69%endif
    6670    .ClearScreenWithCharInALandAttrInAH             resb    2
    6771endstruc
Note: See TracChangeset for help on using the changeset viewer.