Changeset 134 in xtideuniversalbios for trunk/Assembly_Library/Inc
- Timestamp:
- Mar 12, 2011, 5:12:08 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/Display.inc
r133 r134 55 55 56 56 .FormatNullTerminatedStringFromCSSI resb 2 57 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 57 58 .PrintSignedWordFromAXWithBaseInBX resb 2 59 %endif 58 60 .PrintWordFromAXwithBaseInBX resb 2 59 61 .PrintCharBufferFromBXSIwithLengthInCX resb 2 … … 63 65 .PrintCharacterFromAL resb 2 64 66 .PrintNewlineCharacters resb 2 67 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 65 68 .ClearAreaWithHeightInAHandWidthInAL resb 2 69 %endif 66 70 .ClearScreenWithCharInALandAttrInAH resb 2 67 71 endstruc
Note:
See TracChangeset
for help on using the changeset viewer.