Changeset 145 in xtideuniversalbios for trunk/Configurator/Src/Menupages/FlashMenu.asm


Ignore:
Timestamp:
Mar 15, 2011, 11:28:17 AM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Minor size optimizations to all parts of the project (even the old Configurator).
Also added a new 'release' option to the makefiles of both versions of the Configurator. It invokes UPX and makes the Configurator programs ridiculously tiny.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Configurator/Src/Menupages/FlashMenu.asm

    r2 r145  
    1 ; File name     :   FlashMenu.asm
    21; Project name  :   XTIDE Univeral BIOS Configurator
    3 ; Created date  :   29.4.2010
    4 ; Last update   :   2.5.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Flash menu.
    73
     
    143139    mov     [g_cfgVars+CFGVARS.bPageSize], al
    144140    stc
    145     ret
    146141.Cancel:
    147     clc
    148142    ret
    149143
     
    306300;   Corrupts registers:
    307301;       AX, BX, CX, DX
    308 ;--------------------------------------------------------------------   
     302;--------------------------------------------------------------------
    309303ALIGN JUMP_ALIGN
    310304FlashMenu_FlashAllPagesBeforeUpdate:
Note: See TracChangeset for help on using the changeset viewer.