Changeset 173 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH8h_HParams.asm
- Timestamp:
- Sep 18, 2011, 11:41:29 AM (14 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH8h_HParams.asm
r150 r173 58 58 ALIGN JUMP_ALIGN 59 59 AH8h_GetDriveParameters: 60 call AccessDPT_GetLCHS fromPCHS; AX=sectors, BX=cylinders, DX=heads60 call AccessDPT_GetLCHS ; AX=sectors, BX=cylinders, DX=heads 61 61 ; Fall to .PackReturnValues 62 62
Note:
See TracChangeset
for help on using the changeset viewer.