Changeset 170 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/IDE
- Timestamp:
- Aug 22, 2011, 2:25:51 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeTransfer.asm
r169 r170 35 35 36 36 ; Are we reading or writing? 37 test al, 16 ; Bit 4 is cleared on all the read commands but set on 3 of the 4 write commands 38 jnz SHORT .PrepareToWriteDataFromESSI 39 cmp al, COMMAND_WRITE_MULTIPLE 40 je SHORT .PrepareToWriteDataFromESSI 37 test al, 11001b 38 jpo SHORT .PrepareToWriteDataFromESSI 41 39 42 40 ; Prepare to read data to ESSI
Note:
See TracChangeset
for help on using the changeset viewer.