Changeset 566 in xtideuniversalbios for trunk/BIOS_Drive_Information_Tool/Src
- Timestamp:
- Aug 29, 2013, 12:49:15 AM (11 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BIOS_Drive_Information_Tool/Src/Bios.asm
r526 r566 26 26 ; Nothing 27 27 ; Returns: (if no errors) 28 ; 28 ; DX: Number of hard drives in system 29 29 ; CF: Set if no hard drives found 30 30 ; Corrupts registers: … … 44 44 ; DL: BIOS drive number 45 45 ; Returns: (if no errors) 46 ; BL:Drive Type (for floppies only)46 ; BL: Drive Type (for floppies only) 47 47 ; AX: Sectors per track (1...63) 48 48 ; DX: Number of heads (1...255) … … 67 67 ; DH: Maximum head number (0...254) 68 68 ; Returns: 69 ; BL:Drive Type (for floppies only)69 ; BL: Drive Type (for floppies only) 70 70 ; AX: Sectors per track (1...63) 71 71 ; DX: Number of heads (1...255) … … 93 93 ; DL: BIOS drive number 94 94 ; Returns: (if no errors) 95 ; 96 ; 95 ; CX:DX: Total number of sectors 96 ; AH: BIOS Error code 97 97 ; CF: Cleared = no errors 98 98 ; Set = BIOS error code stored in AH … … 113 113 ; DL: BIOS drive number 114 114 ; Returns: (if no errors) 115 ; 116 ; 115 ; DS:BX: Ptr to ATA information 116 ; AH: BIOS Error code 117 117 ; CF: Cleared = no errors 118 118 ; Set = BIOS error code stored in AH … … 135 135 ; Returns: 136 136 ; AH: BIOS error code 137 ; 137 ; BX: Version of extensions 138 138 ; CX: Interface support bit map 139 139 ; CF: Cleared = no errors … … 163 163 ; DL: BIOS drive number 164 164 ; Returns: (if no errors) 165 ; 166 ; 165 ; DS:SI: Ptr to EDRIVE_INFO 166 ; AH: BIOS Error code 167 167 ; CF: Cleared = no errors 168 168 ; Set = BIOS error code stored in AH … … 184 184 ; Nothing 185 185 ; Returns: (if no errors) 186 ; 186 ; AH: BIOS Error code 187 187 ; CF: Set 188 188 ; Corrupts registers:
Note:
See TracChangeset
for help on using the changeset viewer.