Changeset 276 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeCommand.asm
- Timestamp:
- Feb 28, 2012, 2:21:03 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeCommand.asm
r267 r276 129 129 130 130 ; Output Sector Address High (only used by LBA48) 131 eMOVZX ax, BYTE [bp+IDEPACK.bLbaLowExt] 131 eMOVZX ax, BYTE [bp+IDEPACK.bLbaLowExt] ; Zero sector count 132 132 mov cx, [bp+IDEPACK.wLbaMiddleAndHighExt] 133 133 call IDEDEVICE%+OutputSectorCountAndAddress
Note:
See TracChangeset
for help on using the changeset viewer.