Changeset 127 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenu.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/BootMenu.asm
r124 r127 36 36 ; CX: Index of selected item or NO_ITEM_SELECTED 37 37 ; Corrupts registers: 38 ; BX, DI38 ; AX, BX, DI 39 39 ;-------------------------------------------------------------------- 40 40 ALIGN JUMP_ALIGN … … 166 166 jz SHORT .ReturnItemIndexInDX ; Return if floppy drive (HD bit not set) 167 167 call FloppyDrive_GetCountToCX 168 and dl, ~80h ; Clear HD bit 168 169 add dx, cx 169 170 .ReturnItemIndexInDX:
Note:
See TracChangeset
for help on using the changeset viewer.