Changeset 274 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS
- Timestamp:
- Feb 27, 2012, 5:54:32 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/FloppyDrive.asm
r270 r274 159 159 ; Nothing 160 160 ; Returns: 161 ; CL: Number of Floppy Drives161 ; AL: Number of Floppy Drives 162 162 ; CF: Cleared if successfull 163 163 ; Set if BIOS function not supported 164 164 ; Corrupts registers: 165 ; CH,ES165 ; ES 166 166 ;-------------------------------------------------------------------- 167 167 %ifdef USE_AT … … 169 169 .GetCountFromBIOS: 170 170 push di 171 push es 172 push bx 173 push cx 171 174 push dx 172 push bx173 175 174 176 mov ah, 08h ; Get Drive Parameters … … 177 179 mov al, dl ; Number of Floppy Drives to AL 178 180 181 pop dx 182 pop cx 179 183 pop bx 180 pop dx184 pop es 181 185 pop di 182 186 %endif
Note:
See TracChangeset
for help on using the changeset viewer.