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 2f - multiplex - cdrom - read vtoc http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - CDROM - READ VTOC
        AX = 1505h
        ES:BX -> 2048-byte buffer
        CX = drive number (0=A:)
        DX = sector index (0=first volume descriptor,1=second,...)
Return: CF set on error
            AX = error code (15=invalid drive,21=not ready)
        CF clear if successful
            AX = volume descriptor type (1=standard,FFh=terminator,0=other)

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