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, 0ch non-destructive read-ahead</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 14h,  0Ch    Non-destructive read-ahead

      Entry:  DX         Port number

      Exit:                 AX         FFFFh - Character is not available
              AH         00h   - Character is available
              AL         Next character

    Return in AL the next character in the receive buffer.  If the receive
    buffer is empty,  return  FFFFh.  The  character  returned  remains in
    the receive buffer. Some applications call this "peek".

See Also: INT 14h, 03h

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