Changeset 492 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/MenuEvent.asm
- Timestamp:
- Dec 21, 2012, 1:01:55 AM (12 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/MenuEvent.asm
r376 r492 52 52 ; AX, BX, DX 53 53 ;-------------------------------------------------------------------- 54 %ifndef MENU_NO_ESC 54 55 ALIGN MENU_JUMP_ALIGN 55 56 MenuEvent_ExitMenu: 56 57 mov bl, MENUEVENT_ExitMenu 57 58 jmp SHORT MenuEvent_SendFromBX 58 59 %endif 60 59 61 60 62 %ifdef MENUEVENT_IDLEPROCESSING_ENABLE … … 153 155 ; AX, BX, DX 154 156 ;-------------------------------------------------------------------- 157 %ifdef MENUEVENT_KeyStrokInAX 155 158 ALIGN MENU_JUMP_ALIGN 156 159 MenuEvent_KeyStrokeInAX: 157 160 mov bl, MENUEVENT_KeyStrokeInAX 158 161 SKIP2B dx ; mov dx, <next instruction> 159 162 %endif 160 163 161 164 ;--------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.