Changeset 105 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/MenuTime.asm


Ignore:
Timestamp:
Feb 17, 2011, 2:52:42 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • More optimizations to reduce size.
  • Removed some utility functions to reduce size.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Menu/MenuTime.asm

    r62 r105  
    1 ; File name     :   MenuTime.asm
    21; Project name  :   Assembly Library
    3 ; Created date  :   25.7.2010
    4 ; Last update   :   30.11.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Menu timeouts other time related functions.
    73
     
    4137MenuTime_StopSelectionTimeout:
    4238    test    BYTE [bp+MENU.bFlags], FLG_MENU_TIMEOUT_COUNTDOWN
    43     jz      SHORT .TimeoutAlreadyStopped
     39    jz      SHORT TimeoutAlreadyStopped
    4440    and     BYTE [bp+MENU.bFlags], ~FLG_MENU_TIMEOUT_COUNTDOWN
    4541    jmp     MenuBorders_RedrawBottomBorderLine
    46 ALIGN JUMP_ALIGN
    47 .TimeoutAlreadyStopped:
    48     ret
    4942
    5043
     
    7770    call    MenuBorders_RedrawBottomBorderLine
    7871    clc
    79 ALIGN JUMP_ALIGN
    8072.ReturnSinceTimeoutDisabled:
     73TimeoutAlreadyStopped:
    8174    ret
    8275
Note: See TracChangeset for help on using the changeset viewer.