Changeset 205 in xtideuniversalbios for trunk/Assembly_Library/Src
- Timestamp:
- Dec 5, 2011, 3:14:21 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/MenuInit.asm
r133 r205 84 84 85 85 ;-------------------------------------------------------------------- 86 ; MenuInit_CloseMenuIfExitEventAllows 87 ; Parameters 88 ; SS:BP: Ptr to MENU 89 ; Returns: 90 ; Nothing 91 ; Corrupts registers: 92 ; AX, BX, DX 93 ;-------------------------------------------------------------------- 94 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 95 ALIGN JUMP_ALIGN 96 MenuInit_CloseMenuIfExitEventAllows: 97 call MenuEvent_ExitMenu 98 jc SHORT MenuInit_CloseMenuWindow 99 ret 100 %endif 101 102 103 ;-------------------------------------------------------------------- 86 104 ; MenuInit_CloseMenuWindow 87 105 ; Parameters
Note:
See TracChangeset
for help on using the changeset viewer.