Changeset 52 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Dialog/DialogWord.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/DialogWord.asm
r41 r52 2 2 ; Project name : Assembly Library 3 3 ; Created date : 10.8.2010 4 ; Last update : 7.9.20104 ; Last update : 12.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Displays word input dialog. … … 43 43 44 44 ALIGN JUMP_ALIGN 45 .InitializeMenuinitFromDSSI: 46 xor ax, ax 47 jmp Dialog_EventInitializeMenuinitFromDSSIforSingleItemWithHighlightedItemInAX 48 49 50 ALIGN JUMP_ALIGN 45 51 .IdleProcessing: 46 xor ax, ax ; Item 0 is used as input line47 call MenuText_AdjustDisplayContextForDrawingItemFrom AX52 xor cx, cx ; Item 0 is used as input line 53 call MenuText_AdjustDisplayContextForDrawingItemFromCX 48 54 call GetWordFromUser 49 55 call MenuInit_CloseMenuWindow … … 55 61 .rgfnEventHandlers: 56 62 istruc MENUEVENT 57 at MENUEVENT.InitializeMenuinitFromDSSI, dw Dialog_EventInitializeMenuinitFromDSSIforSingleItem63 at MENUEVENT.InitializeMenuinitFromDSSI, dw .InitializeMenuinitFromDSSI 58 64 at MENUEVENT.ExitMenu, dw Dialog_EventNotHandled 59 65 at MENUEVENT.IdleProcessing, dw .IdleProcessing
Note:
See TracChangeset
for help on using the changeset viewer.