Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 13 - fixed disk - read long (xt,at,xt286,ps) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 13 - FIXED DISK - READ LONG (XT,AT,XT286,PS)
        AH = 0Ah
        DL = drive ID
        DH = head
        CH = cylinder (bits 8,9 in high bits of CL)
        CL = sector (01h to number of sectors per track for drive)
        ES:BX -> buffer to fill
Return: CF set on error
        AH = status code (see AH=01h)
        AL = number of sectors read
Note:   used for diagnostics only on PS/2 systems
SeeAlso: AH=02h,AH=0Bh

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