Changeset 169 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeCommand.asm
- Timestamp:
- Aug 21, 2011, 4:39:58 PM (14 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeCommand.asm
r167 r169 128 128 129 129 ; Output Sector Address High (only used by LBA48) 130 xor ax, ax ; Sector Count High always zero since 127 sector limit 131 mov ah, BYTE [bp+IDEPACK.bLbaLowExt] 130 mov ax, [bp+IDEPACK.wSectorCountHighAndLbaLowExt] 132 131 mov cx, [bp+IDEPACK.wLbaMiddleAndHighExt] 133 132 call OutputSectorCountAndAddress
Note:
See TracChangeset
for help on using the changeset viewer.