Changeset 84 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AHCh_HSeek.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/AHCh_HSeek.asm
r3 r84 2 2 ; Project name : IDE BIOS 3 3 ; Created date : 13.12.2007 4 ; Last update : 12.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=Ch, Seek. 7 8 … … 35 36 push bx 36 37 push ax 38 %ifndef USE_186 37 39 call AHCh_SeekToCylinder 38 40 jmp Int13h_PopXRegsAndReturn 41 %else 42 push Int13h_PopXRegsAndReturn 43 ; Fall through to AHCh_SeekToCylinder 44 %endif 39 45 40 46
Note:
See TracChangeset
for help on using the changeset viewer.