Changeset 294 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeCommand.asm
- Timestamp:
- Mar 4, 2012, 1:35:10 AM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeCommand.asm
r285 r294 130 130 ; Output Sector Address High (only used by LBA48) 131 131 %ifdef MODULE_EBIOS 132 eMOVZX ax, BYTE [bp+IDEPACK.bLbaLowExt]; Zero sector count132 eMOVZX ax, [bp+IDEPACK.bLbaLowExt] ; Zero sector count 133 133 mov cx, [bp+IDEPACK.wLbaMiddleAndHighExt] 134 134 call IDEDEVICE%+OutputSectorCountAndAddress
Note:
See TracChangeset
for help on using the changeset viewer.