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 62 - cswitch - send message http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 62 - Cswitch - SEND MESSAGE
        AH = 0Bh
        CX = number of bytes to write
        DS:SI -> buffer
        DX = queue number (0-63)
Return: AX = FFFEh triggered by something arriving, redo the call
           = FFFFh bad queue number
           = 0000h no message was on queue
             else  number of bytes in message
SeeAlso: AH=0Ah,AH=0Ch

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