Changeset 177 in xtideuniversalbios for trunk/Assembly_Library/Inc
- Timestamp:
- Oct 22, 2011, 9:31:12 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- Location:
- trunk/Assembly_Library/Inc
- Files:
-
- 2 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 -
trunk/Assembly_Library/Inc/Menu.inc
r105 r177 48 48 49 49 %else 50 mov di, MENU_LIB.%150 mov di, %1 51 51 call Menu_FunctionFromDI 52 52 %endif 53 53 %endmacro 54 55 %if 0 56 ;;; 57 ;;; struc no longer needed with direct call to function 58 ;;; 54 59 55 60 ; Menu library functions … … 89 94 %endif 90 95 endstruc 91 96 %endif 92 97 93 98 ; Menu initialization parameters
Note:
See TracChangeset
for help on using the changeset viewer.