Changeset 391 in xtideuniversalbios
- Timestamp:
- Apr 17, 2012, 2:38:57 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/MenuInit.asm
r390 r391 46 46 47 47 ; Display menu 48 call EnterMenuWithHandlerInBXandUserDataInDXAX48 call MenuInit_EnterMenuWithHandlerInBXandUserDataInDXAX 49 49 50 50 ; Get menu selection and destroy menu variables from stack … … 71 71 ;-------------------------------------------------------------------- 72 72 ALIGN MENU_JUMP_ALIGN 73 EnterMenuWithHandlerInBXandUserDataInDXAX:73 MenuInit_EnterMenuWithHandlerInBXandUserDataInDXAX: 74 74 mov [bp+MENU.fnEventHandler], bx 75 75 mov [bp+MENU.dwUserData], ax
Note:
See TracChangeset
for help on using the changeset viewer.