Changeset 84 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH4h_HVerify.asm
- Timestamp:
- Jan 14, 2011, 10:57:46 PM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH4h_HVerify.asm
r3 r84 2 2 ; Project name : IDE BIOS 3 3 ; Created date : 13.10.2007 4 ; Last update : 13.4.2010 5 ; Author : Tomi Tilli 4 ; Last update : 14.1.2011 5 ; Author : Tomi Tilli, 6 ; : Krister Nordvall (optimizations) 6 7 ; Description : Int 13h function AH=4h, Verify Disk Sectors. 7 8 … … 39 40 push bx 40 41 push ax 42 %ifndef USE_186 41 43 call AH4h_VerifySectors 42 44 jmp Int13h_PopXRegsAndReturn 45 %else 46 push Int13h_PopXRegsAndReturn 47 ; Fall through to AH4h_VerifySectors 48 %endif 43 49 44 50
Note:
See TracChangeset
for help on using the changeset viewer.