Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Programmers Reference 0.02b - <b>int 14h, 0bh transmit no wait</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 14h,  0Bh    Transmit no wait

      Entry:  DX         Port number

      Exit:   AX         0001h - Character was accepted
                         0000h - Character was not accepted

    This is exactly the same as the "regular"  transmit call, except that if
    the driver is  unable to  buffer the character  (the buffer is full),  a
    value of 0000h is returned in AX. If the driver accepts the character
    (room is available),  0001h is returned in AX.

See Also: INT 14h, 01h

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