Changeset 58 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Dialog/Dialog.asm
- Timestamp:
- Nov 18, 2010, 2:42:28 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/Dialog/Dialog.asm
r52 r58 2 2 ; Project name : Assembly Library 3 3 ; Created date : 6.8.2010 4 ; Last update : 1 2.10.20104 ; Last update : 18.11.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Common functions for many dialogs. … … 63 63 ;-------------------------------------------------------------------- 64 64 ; Dialog_EventAnyThatClosesDialog 65 ; Dialog_EventExitMenu 65 66 ; Parameters: 66 67 ; SS:BP: Ptr to DIALOG … … 73 74 Dialog_EventAnyThatClosesDialog: 74 75 call MenuInit_CloseMenuWindow 76 ALIGN JUMP_ALIGN 77 Dialog_EventExitMenu: 75 78 stc 76 79 ret
Note:
See TracChangeset
for help on using the changeset viewer.