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 - communicating applications spec - get external data block http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - Communicating Applications Spec - GET EXTERNAL DATA BLOCK
        AX = CB0Eh
        DS:DX -> 256-byte buffer
Return: AX = 0000h successful
                buffer filled
           < 0     error code (see AX=CB01h)

Format of external data block:
Offset  Size    Description
 00h    BYTE    CAS major version
 01h    BYTE    CAS minor version
 02h 68 BYTEs   ASCIZ path to directory containing CAS software, ends in slash
 46h 13 BYTEs   ASCIZ name of current phonebook (in CAS directory)
 53h 13 BYTEs   ASCIZ name of current logo file (in CAS directory)
 60h 32 BYTEs   ASCIZ default sender name
 80h 21 BYTEs   ASCIZ CCITT identification of fax device
 95h 107 BYTEs  reserved

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