Changeset 294 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH24h_HSetBlocks.asm
- Timestamp:
- Mar 4, 2012, 1:35:10 AM (13 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
r232 r294 18 18 ; Returns with INTPACK: 19 19 ; AH: Int 13h return status 20 ; CF: 0 if succes full, 1 if error20 ; CF: 0 if successful, 1 if error 21 21 ;-------------------------------------------------------------------- 22 22 AH24h_HandlerForSetMultipleBlocks: … … 38 38 ; Returns: 39 39 ; AH: Int 13h return status 40 ; CF: 0 if succes full, 1 if error40 ; CF: 0 if successful, 1 if error 41 41 ; Corrupts registers: 42 42 ; AL, BX, CX, DX
Note:
See TracChangeset
for help on using the changeset viewer.