Changeset 145 in xtideuniversalbios for trunk/Configurator/Src/MenuPageItem.asm
- Timestamp:
- Mar 15, 2011, 11:28:17 AM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Configurator/Src/MenuPageItem.asm
r2 r145 1 ; File name : MenuPageItem.asm2 1 ; Project name : XTIDE Univeral BIOS Configurator 3 ; Created date : 15.4.20104 ; Last update : 1.5.20105 ; Author : Tomi Tilli6 2 ; Description : Functions to access MENUPAGEITEM structs. 7 3 … … 363 359 MainPageItem_ActivateSubmenuForGettingLookupValueWithoutMarkingUnsaved: 364 360 call MainPageItem_ActivateSubmenu 365 cmp cx, BYTE 0366 j lSHORT .Return ; User cancellation361 test cx, cx ; Clears CF 362 js SHORT .Return ; User cancellation 367 363 push si 368 364 mov si, [di+MENUPAGEITEM.pSubMenuPage] ; DS:SI points to value MENUPAGE … … 374 370 pop si 375 371 stc ; Changes so redraw 376 ret377 372 .Return: 378 clc379 373 ret 380 374
Note:
See TracChangeset
for help on using the changeset viewer.