Changeset 43 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers
- Timestamp:
- Sep 24, 2010, 6:05:18 PM (14 years ago)
- google:author:
- aitotat
- Location:
- trunk/XTIDE_Universal_BIOS/Src/Handlers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h.asm
r35 r43 121 121 ; Depends on function to call 122 122 ; Corrupts registers: 123 ; FLAGS123 ; Nothing 124 124 ;-------------------------------------------------------------------- 125 125 ALIGN JUMP_ALIGN -
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH8h_HParams.asm
r35 r43 2 2 ; Project name : IDE BIOS 3 3 ; Created date : 27.9.2007 4 ; Last update : 24. 8.20104 ; Last update : 24.9.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Int 13h function AH=8h, Read Disk Drive Parameters. … … 43 43 .GetDriveParametersForForeignHardDiskInDL: 44 44 call Int13h_CallPreviousInt13hHandler 45 jc SHORT .ReturnErrorFromPreviousInt13hHandler 45 46 call RamVars_GetCountOfKnownDrivesToDL 46 47 jmp Int13h_ReturnWithValueInDL 48 .ReturnErrorFromPreviousInt13hHandler: 49 jmp Int13h_PopDiDsAndReturn 47 50 48 51
Note:
See TracChangeset
for help on using the changeset viewer.