Int 13/AH=47h

Prev Next Ralf Interrups Categories Contents

------

IBM/MS INT 13 Extensions - EXTENDED SEEK

AH = 47h
DL = drive number
DS:SI -> disk address packet (see #00272)

Return:
CF clear if successful AH = 00h CF set on error AH = error code (see #00234)

Note: This function initiates the seek, and may return before the seek actually completes

See Also: AH=0Ch - AH=42h"INT 13 Ext"

Category: Disk I/O Enhancements - Int 13h - I

------

Prev Next Ralf Interrups Categories Contents