Changeset 221 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/EBIOS/AH47h_ExtendedSeek.asm
- Timestamp:
- Jan 25, 2012, 2:36:47 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/EBIOS/AH47h_ExtendedSeek.asm
r169 r221 25 25 mov es, [bp+IDEPACK.intpack+INTPACK.ds] ; ES:SI to point Disk Address Packet 26 26 cmp BYTE [es:si+DAP.bSize], MINIMUM_DAP_SIZE 27 jb SHORT AH42h_ReturnWithInvalidFunctionError27 jb SHORT Prepare_ReturnFromInt13hWithInvalidFunctionError 28 28 29 29 mov ah, COMMAND_SEEK … … 36 36 jmp Int13h_ReturnFromHandlerAfterStoringErrorCodeFromAH 37 37 %endif 38 39 .WriteWithVerifyNotSupported: 40 jmp Prepare_ReturnFromInt13hWithInvalidFunctionError
Note:
See TracChangeset
for help on using the changeset viewer.