Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Interrupts & Ports - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

        Read sector buffer (XT,port,PS)
        (harddisk only)

        Entry:
          AH = 0Eh
          AL = number of sectors
          CH = cylinder (bits 8,9 in top two bits of CL)
          CL = sector number
          DH = head number
          DL = drive number
          ES:BX = pointer to buffer

        Return:
          AL = number of sectors actually transferred
          AH = status code (see AH=1 above)

        Notes:  Transfers controller's sector buffer.  No data is read from
                the drive used for diagnostics only on PS/2 systems

See Also: INT 13h, 0Ah

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson