Changeset 27 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AHDh_HReset.asm
- Timestamp:
- Jul 28, 2010, 6:53:32 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AHDh_HReset.asm
r26 r27 2 2 ; Project name : IDE BIOS 3 3 ; Created date : 9.12.2007 4 ; Last update : 2 6.7.20104 ; Last update : 28.7.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Int 13h function AH=Dh, Reset Hard Disk (Alternate reset). … … 40 40 ; CF: 0 if succesfull, 1 if error 41 41 ; Corrupts registers: 42 ; Nothing42 ; DI 43 43 ;-------------------------------------------------------------------- 44 44 ALIGN JUMP_ALIGN 45 45 AHDh_ResetDrive: 46 push di47 46 push dx 48 47 push cx … … 64 63 pop cx 65 64 pop dx 66 pop di67 65 ret 68 66
Note:
See TracChangeset
for help on using the changeset viewer.