Changeset 169 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/EBIOS/AH43h_ExtendedWriteSectors.asm
- Timestamp:
- Aug 21, 2011, 4:39:58 PM (14 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/EBIOS/AH43h_ExtendedWriteSectors.asm
r165 r169 27 27 AH43h_HandlerForExtendedWriteSectors: 28 28 cmp BYTE [bp+IDEPACK.intpack+INTPACK.al], 2 ; Verify requested? 29 jae SHORT .WriteWithVerifyNotSupported29 jae SHORT AH42h_ReturnWithInvalidFunctionError 30 30 31 31 call AH42h_LoadDapToESSIandVerifyForTransfer … … 40 40 jmp Int13h_ReturnFromHandlerAfterStoringErrorCodeFromAH 41 41 %endif 42 43 .WriteWithVerifyNotSupported:44 jmp AH2h_ExitInt13hSinceSectorCountInIntpackIsZero
Note:
See TracChangeset
for help on using the changeset viewer.