Changeset 622 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization/AdvancedAta/AdvAtaInit.asm
- Timestamp:
- Dec 16, 2021, 5:46:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/AdvancedAta/AdvAtaInit.asm
r601 r622 182 182 .PioTimingsLoadedToBXandCX: 183 183 ret 184 185 186 ;-------------------------------------------------------------------- 187 ; Just a simple IN AL, DX instruction but the function call works 188 ; as I/O delay. 189 ; 190 ; AdvAtaInit_InWithDelay 191 ; Parameters: 192 ; DX: Port to read from 193 ; Returns: 194 ; AL: Byte read from port 195 ; Corrupts registers: 196 ; Nothing 197 ;-------------------------------------------------------------------- 198 AdvAtaInit_InputWithDelay: 199 in al, dx 200 ret
Note:
See TracChangeset
for help on using the changeset viewer.