Changeset 294 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH25h_HDrvID.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/Handlers/Int13h/AH25h_HDrvID.asm
r221 r294 18 18 ; Returns with INTPACK: 19 19 ; AH: Int 13h return status 20 ; CF: 0 if succes full, 1 if error20 ; CF: 0 if successful, 1 if error 21 21 ;-------------------------------------------------------------------- 22 22 ALIGN JUMP_ALIGN … … 40 40 ; Returns with INTPACK: 41 41 ; AH: Int 13h return status 42 ; CF: 0 if succes full, 1 if error42 ; CF: 0 if successful, 1 if error 43 43 ; Corrupts registers: 44 44 ; AL, BX, CX, DX … … 53 53 call AccessDPT_GetDriveSelectByteToAL 54 54 mov bh, al 55 eMOVZX ax, BYTE[di+DPT.bIdevarsOffset]55 eMOVZX ax, [di+DPT.bIdevarsOffset] 56 56 xchg bp, ax 57 57 call Device_IdentifyToBufferInESSIwithDriveSelectByteInBH
Note:
See TracChangeset
for help on using the changeset viewer.