Changeset 127 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm
- Timestamp:
- Mar 3, 2011, 6:43:50 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuEvent.asm
r124 r127 24 24 ALIGN JUMP_ALIGN 25 25 BootMenuEvent_Handler: 26 cmp bx, MENUEVENT.RefreshItemFromCX ; Above last supported item?26 cmp bx, BYTE MENUEVENT.RefreshItemFromCX ; Above last supported item? 27 27 ja SHORT .EventNotHandled 28 jmp [ bx+.rgfnEventSpecificHandlers]28 jmp [cs:bx+.rgfnEventSpecificHandlers] 29 29 .EventNotHandled: 30 30 clc
Note:
See TracChangeset
for help on using the changeset viewer.