Changeset 52 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Dialog/DialogProgress.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/DialogProgress.asm
r48 r52 2 2 ; Project name : Assembly Library 3 3 ; Created date : 15.8.2010 4 ; Last update : 28.9.20104 ; Last update : 12.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Displays progress bar dialog and starts progress task. … … 78 78 ALIGN JUMP_ALIGN 79 79 .InitializeMenuinitFromDSSI: 80 call Dialog_EventInitializeMenuinitFromDSSIforSingleItem 80 mov ax, NO_ITEM_HIGHLIGHTED 81 call Dialog_EventInitializeMenuinitFromDSSIforSingleItemWithHighlightedItemInAX 81 82 lds si, [bp+DIALOG.fpDialogIO] 82 83 call TimerTicks_ReadFromBdaToAX
Note:
See TracChangeset
for help on using the changeset viewer.