Changeset 134 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/Display.asm
- Timestamp:
- Mar 12, 2011, 5:12:08 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Display/Display.asm
r133 r134 81 81 82 82 at DISPLAY_LIB.FormatNullTerminatedStringFromCSSI, dw .FormatNullTerminatedStringFromCSSI 83 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 83 84 at DISPLAY_LIB.PrintSignedWordFromAXWithBaseInBX, dw DisplayPrint_SignedWordFromAXWithBaseInBX 85 %endif 84 86 at DISPLAY_LIB.PrintWordFromAXwithBaseInBX, dw DisplayPrint_WordFromAXWithBaseInBX 85 87 at DISPLAY_LIB.PrintCharBufferFromBXSIwithLengthInCX, dw DisplayPrint_CharacterBufferFromBXSIwithLengthInCX … … 89 91 at DISPLAY_LIB.PrintCharacterFromAL, dw DisplayPrint_CharacterFromAL 90 92 at DISPLAY_LIB.PrintNewlineCharacters, dw DisplayPrint_Newline 93 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 91 94 at DISPLAY_LIB.ClearAreaWithHeightInAHandWidthInAL, dw DisplayPrint_ClearAreaWithHeightInAHandWidthInAL 95 %endif 92 96 at DISPLAY_LIB.ClearScreenWithCharInALandAttrInAH, dw DisplayPrint_ClearScreenWithCharInALandAttributeInAH 93 97 iend
Note:
See TracChangeset
for help on using the changeset viewer.