Changeset 105 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/MenuTime.asm
- Timestamp:
- Feb 17, 2011, 2:52:42 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/MenuTime.asm
r62 r105 1 ; File name : MenuTime.asm2 1 ; Project name : Assembly Library 3 ; Created date : 25.7.20104 ; Last update : 30.11.20105 ; Author : Tomi Tilli6 2 ; Description : Menu timeouts other time related functions. 7 3 … … 41 37 MenuTime_StopSelectionTimeout: 42 38 test BYTE [bp+MENU.bFlags], FLG_MENU_TIMEOUT_COUNTDOWN 43 jz SHORT .TimeoutAlreadyStopped39 jz SHORT TimeoutAlreadyStopped 44 40 and BYTE [bp+MENU.bFlags], ~FLG_MENU_TIMEOUT_COUNTDOWN 45 41 jmp MenuBorders_RedrawBottomBorderLine 46 ALIGN JUMP_ALIGN47 .TimeoutAlreadyStopped:48 ret49 42 50 43 … … 77 70 call MenuBorders_RedrawBottomBorderLine 78 71 clc 79 ALIGN JUMP_ALIGN80 72 .ReturnSinceTimeoutDisabled: 73 TimeoutAlreadyStopped: 81 74 ret 82 75
Note:
See TracChangeset
for help on using the changeset viewer.