Changeset 323 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/Display.asm


Ignore:
Timestamp:
Mar 11, 2012, 6:41:35 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Assembly Library:

  • Added Display Library function for printing QWORDs.
  • Added couple of function numbers to BiosFunctions.inc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Display/Display.asm

    r181 r323  
    8282%endif
    8383    %define PrintWordFromAXwithBaseInBX                     DisplayPrint_WordFromAXWithBaseInBX
     84%ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
     85    %define PrintQWordFromSSBPwithBaseInBX                  DisplayPrint_QWordFromSSBPwithBaseInBX
     86%endif
    8487    %define PrintCharBufferFromBXSIwithLengthInCX           DisplayPrint_CharacterBufferFromBXSIwithLengthInCX
    8588    %define PrintNullTerminatedStringFromBXSI               DisplayPrint_NullTerminatedStringFromBXSI
Note: See TracChangeset for help on using the changeset viewer.