Changeset 83 in xtideuniversalbios for trunk/Configurator/Src/Libraries/menu/menufile.asm
- Timestamp:
- Jan 6, 2011, 11:00:54 PM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Configurator/Src/Libraries/menu/menufile.asm
r2 r83 2 2 ; Project name : Menu library 3 3 ; Created date : 20.11.2009 4 ; Last update : 8.1.2010 5 ; Author : Tomi Tilli 4 ; Last update : 6.1.2011 5 ; Author : Tomi Tilli, 6 ; : Krister Nordvall (Optimizations) 6 7 ; Description : ASM library to menu system. 7 8 ; Contains functions for displaying file dialog. … … 72 73 mov [bp+FDLGVARS.wDrvCnt], cx 73 74 mov WORD [bp+MENUVARS.fnEvent], MenuFile_Event 74 mov BYTE [bp+FDLGVARS.fSuccess], 0; For user cancel75 mov [bp+FDLGVARS.fSuccess], cl ; For user cancel 75 76 call MenuMsg_GetLineCnt ; Get Info line count to CX 76 77 xchg cl, ch ; CH=Info lines, CL=Title lines
Note:
See TracChangeset
for help on using the changeset viewer.