Changeset 28 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH0h_HReset.asm
- Timestamp:
- Aug 1, 2010, 5:57:24 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH0h_HReset.asm
r27 r28 2 2 ; Project name : IDE BIOS 3 3 ; Created date : 27.9.2007 4 ; Last update : 2 8.7.20104 ; Last update : 29.7.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Int 13h function AH=0h, Disk Controller Reset. … … 47 47 xor al, al ; Zero AL... 48 48 cmp al, bh ; ...and set CF if error 49 jmp Int13h_ PopXRegsAndReturn49 jmp Int13h_StoreErrorCodeToBDAandPopXRegsAndReturn 50 50 51 51
Note:
See TracChangeset
for help on using the changeset viewer.