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 21 - dos - get allocation table information for default drive http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - DOS - GET ALLOCATION TABLE INFORMATION FOR DEFAULT DRIVE
        AH = 1Bh
Return: DS:BX -> FAT ID byte for default drive
        DX = number of allocation units on disk
        AL = number of sectors per allocation unit (cluster)
        CX = number of bytes per sector
Note:   under DOS 1.x, DS:BX points at an actual copy of the FAT
SeeAlso: AH=1Ch,AH=36h

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