Changeset 323 in xtideuniversalbios for trunk/Assembly_Library/Inc/Display.inc


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

    r287 r323  
    6464%endif
    6565    .PrintWordFromAXwithBaseInBX                    resb    2
     66%ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
     67    .PrintQWordFromSSBPwithBaseInBX                 resb    2
     68%endif
    6669    .PrintCharBufferFromBXSIwithLengthInCX          resb    2
    6770    .PrintNullTerminatedStringFromBXSI              resb    2
Note: See TracChangeset for help on using the changeset viewer.