Changeset 83 in xtideuniversalbios for trunk/Configurator/Src/Libraries/menu/menufile.asm


Ignore:
Timestamp:
Jan 6, 2011, 11:00:54 PM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Minor size optimizations in various files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Configurator/Src/Libraries/menu/menufile.asm

    r2 r83  
    22; Project name  :   Menu library
    33; 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)
    67; Description   :   ASM library to menu system.
    78;                   Contains functions for displaying file dialog.
     
    7273    mov     [bp+FDLGVARS.wDrvCnt], cx
    7374    mov     WORD [bp+MENUVARS.fnEvent], MenuFile_Event
    74     mov     BYTE [bp+FDLGVARS.fSuccess], 0  ; For user cancel
     75    mov     [bp+FDLGVARS.fSuccess], cl      ; For user cancel
    7576    call    MenuMsg_GetLineCnt              ; Get Info line count to CX
    7677    xchg    cl, ch                          ; CH=Info lines, CL=Title lines
Note: See TracChangeset for help on using the changeset viewer.