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]

        Write sectors from memory

        Entry:
          AH = 03h
          AL = number of sectors to write
          CH = track (for hard disk, bits 8,9 in high bits of CL)
          CL = sector
          DH = head
          DL = drive
          ES:BX = address of buffer
        Return:
          CF = set if error occurred
          AH = status (see AH=1 above)
          AL = number of sectors written

        Notes:  Results undefined if attempting to write zero sectors
                AWARD AT BIOS extended to handle more than 1024 cylinders
                by placing bits 10 and 11 of the cylinder number into bits
                6 and 7 of DH apparently, the AMI BIOS also follows this
                convention

See Also: INT 13h, 01h INT 13h, 02h INT 13h, 0Bh

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