Changeset 84 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH24h_HSetBlocks.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/AH24h_HSetBlocks.asm
r3 r84 2 2 ; Project name : IDE BIOS 3 3 ; Created date : 28.12.2009 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=24h, Set Multiple Blocks. 7 8 … … 32 33 push bx 33 34 push ax 35 %ifndef USE_186 34 36 call AH24h_SetBlockSize 35 37 jmp Int13h_PopXRegsAndReturn 38 %else 39 push Int13h_PopXRegsAndReturn 40 ; Fall through to AH24h_SetBlockSize 41 %endif 36 42 37 43
Note:
See TracChangeset
for help on using the changeset viewer.