qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Int 13H Function 0CH
   Summary  Notes  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Seek      [PC] [AT] [PS/2]
 
  Positions the disk read/write heads to the specified cylinder, but does not
  transfer any data.
 
  Input                                  Output
  ═══════════════════════════            ════════════════════════════════════
  AH=0CH                                 If function successful
  CH=lower 8 bits of cylinder            Carry flag=clear
  CL=upper 2 bits of cylinder            AH=00H
     in bits 6-7                         If function unsuccessful
  DH=head                                Carry flag=set
  DL=drive                               AH=status (see Int 13H Function 01H)
     80H-FFH fixed disk
                                    -♦-