Changeset 623 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc
- Timestamp:
- Jun 15, 2022, 2:48:59 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/IdeIO.inc
r618 r623 146 146 %endmacro 147 147 148 %macro UNROLL_SECTORS_IN_CX_TO_16WORDS 0 149 %ifdef USE_186 150 shl cx, 4 151 %else 152 mov ch, cl 153 mov cl, 4 154 shr cx, cl 155 %endif 156 %endmacro 157 158 %macro UNROLL_SECTORS_IN_CX_TO_32WORDS 0 159 %ifdef USE_186 160 shl cx, 3 161 %else 162 shl cx, 1 163 shl cx, 1 164 shl cx, 1 165 %endif 166 %endmacro 167 148 168 149 169 %endif ; IDE_IO_INC
Note:
See TracChangeset
for help on using the changeset viewer.