Changeset 294 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenu.asm
- Timestamp:
- Mar 4, 2012, 1:35:10 AM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenu.asm
r258 r294 43 43 call RamVars_GetSegmentToDS 44 44 ;;; fall-through 45 45 46 46 ALIGN JUMP_ALIGN 47 47 BootMenu_GetDriveToDXforMenuitemInCX: … … 136 136 BootMenu_GetMenuitemToAXforAsciiHotkeyInAL: 137 137 call Char_ALtoUpperCaseLetter 138 xor ah, ah138 cbw 139 139 xchg ax, cx 140 140 call BootMenu_GetLetterForFirstHardDiskToAL
Note:
See TracChangeset
for help on using the changeset viewer.