Changeset 165 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootInfo.asm
- Timestamp:
- Aug 20, 2011, 6:37:44 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootInfo.asm
r128 r165 38 38 .StoreSectorCount: 39 39 push bx 40 call AtaID_GetTotalSectorCount ; Get to BX:DX:AX40 call AtaID_GetTotalSectorCountToBXDXAXfromAtaInfoInESSI 41 41 mov cx, bx ; Now in CX:DX:AX 42 42 pop bx
Note:
See TracChangeset
for help on using the changeset viewer.