Changeset 134 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/DisplayPrint.asm


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/Src/Display/DisplayPrint.asm

    r101 r134  
    7676;       AX, DX
    7777;--------------------------------------------------------------------
     78%ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
    7879ALIGN JUMP_ALIGN
    7980DisplayPrint_SignedWordFromAXWithBaseInBX:
     
    8788    neg     ax
    8889    ; Fall to DisplayPrint_WordFromAXWithBaseInBX
     90%endif
    8991
    9092;--------------------------------------------------------------------
     
    260262;       AX, DX
    261263;--------------------------------------------------------------------
     264%ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
    262265ALIGN JUMP_ALIGN
    263266DisplayPrint_ClearAreaWithHeightInAHandWidthInAL:
     
    288291    pop     si
    289292    ret
     293%endif
    290294
    291295
Note: See TracChangeset for help on using the changeset viewer.