Changeset 84 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenu.asm
- Timestamp:
- Jan 14, 2011, 10:57:46 PM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenu.asm
r32 r84 2 2 ; Project name : IDE BIOS 3 3 ; Created date : 25.3.2010 4 ; Last update : 3.8.2010 5 ; Author : Tomi Tilli 4 ; Last update : 14.1.2011 5 ; Author : Tomi Tilli, 6 ; : Krister Nordvall (optimizations) 6 7 ; Description : Displays Boot Menu. 7 8 … … 31 32 call BootMenu_Enter ; Get selected menuitem index to CX 32 33 call BootMenuPrint_ClearScreen 33 cmp cx, BYTE 0; -1 if nothing selected (ESC pressed)34 j lSHORT BootMenu_DisplayAndReturnSelection34 test cx, cx ; -1 if nothing selected (ESC pressed) 35 js SHORT BootMenu_DisplayAndReturnSelection 35 36 call BootMenu_CheckAndConvertHotkeyToMenuitem 36 37 jc SHORT .SetDriveTranslationForHotkey
Note:
See TracChangeset
for help on using the changeset viewer.