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 61 - banyan vines - sosession - register application with comm service http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 61 - Banyan VINES - "Sosession" - REGISTER APPLICATION WITH COMM SERVICE
        AX = 0001h
        DS:DX -> communications control block (function 0008h)
Return: AX = status
            0000h  successful
            00A2h  no more buffer space available
Note:   BANYAN can use any interrupt from 60h through 66h (default 61h).  The
          Banyan interrupt handler is identified by the string "BANV" in the
          four bytes immediately preceding the interrupt handler

Format of control block:
Offset  Size    Description
 00h    WORD    0008h
 02h    WORD    process type
                0001h transient process
                0002h resident process
 04h    WORD    error return code
 06h  4 BYTEs   reserved

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