Changeset 177 in xtideuniversalbios for trunk/Assembly_Library/Inc/Menu.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/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.