Changeset 35 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH8h_HParams.asm
- Timestamp:
- Aug 24, 2010, 6:44:44 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH8h_HParams.asm
r32 r35 2 2 ; Project name : IDE BIOS 3 3 ; Created date : 27.9.2007 4 ; Last update : 3.8.20104 ; Last update : 24.8.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Int 13h function AH=8h, Read Disk Drive Parameters. … … 38 38 call AH8h_GetDriveParameters 39 39 pop bx 40 jmp Int13h_ReturnWith outSwappingDrives40 jmp Int13h_ReturnWithValueInDL 41 41 42 42 ALIGN JUMP_ALIGN … … 44 44 call Int13h_CallPreviousInt13hHandler 45 45 call RamVars_GetCountOfKnownDrivesToDL 46 jmp Int13h_ReturnWith outSwappingDrives46 jmp Int13h_ReturnWithValueInDL 47 47 48 48
Note:
See TracChangeset
for help on using the changeset viewer.