Changeset 177 in xtideuniversalbios for trunk/Assembly_Library/Inc/Display.inc
- Timestamp:
- Oct 22, 2011, 9:31:12 PM (14 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Inc/Display.inc
r134 r177 25 25 call DisplayContext_PrepareOffScreenBufferInESBXwithLengthInCX 26 26 %else 27 mov di, DISPLAY_LIB.%127 mov di, %1 28 28 call Display_FunctionFromDI 29 29 %endif 30 30 %endmacro 31 31 32 %if 0 33 ;;; 34 ;;; struc no longer needed with direct calls to functions 35 ;;; 32 36 33 37 ; Display library functions … … 70 74 .ClearScreenWithCharInALandAttrInAH resb 2 71 75 endstruc 76 %endif 72 77 73 78 ; Attribute flags for DISPLAY_LIB.SetCharacterOutputFunctionFromAXwithAttributeFlagInDL
Note:
See TracChangeset
for help on using the changeset viewer.