Changeset 491 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/IDE_8bit.inc
- Timestamp:
- Dec 15, 2012, 2:46:29 PM (12 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/IDE_8bit.inc
r445 r491 55 55 shl cx, 5 56 56 %else 57 UNROLL_SECTORS_IN_CX_TO_QWORDS 58 shr cx, 1 57 ; UNROLL_SECTORS_IN_CX_TO_QWORDS 58 ; shr cx, 1 59 mov ch, cl ; 2 bytes shorter but possibly slower 60 mov cl, 3 61 shr cx, cl 59 62 %endif 60 63 %endmacro
Note:
See TracChangeset
for help on using the changeset viewer.