Changeset 52 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Dialog/DialogSelection.asm
- Timestamp:
- Oct 12, 2010, 6:51:07 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/Dialog/DialogSelection.asm
r41 r52 2 2 ; Project name : Assembly Library 3 3 ; Created date : 13.8.2010 4 ; Last update : 1 3.8.20104 ; Last update : 12.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Displays selection dialog. … … 43 43 ALIGN JUMP_ALIGN 44 44 .InitializeMenuinitFromDSSI: 45 mov WORD [bp+MENU.wHighlightedItem], 046 jmp Dialog_EventInitializeMenuinitFromDSSI 45 xor ax, ax 46 jmp Dialog_EventInitializeMenuinitFromDSSIwithHighlightedItemInAX 47 47 48 48
Note:
See TracChangeset
for help on using the changeset viewer.