Changeset 218 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeCommand.asm
- Timestamp:
- Jan 23, 2012, 9:10:05 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
r169 r218 128 128 129 129 ; Output Sector Address High (only used by LBA48) 130 mov ax, [bp+IDEPACK.wSectorCountHighAndLbaLowExt]130 eMOVZX ax, BYTE [bp+IDEPACK.bLbaLowExt] 131 131 mov cx, [bp+IDEPACK.wLbaMiddleAndHighExt] 132 132 call OutputSectorCountAndAddress
Note:
See TracChangeset
for help on using the changeset viewer.