Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>0:41ch keyboard buffer tail pointer</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
0:41Ch                   Keyboard Buffer Tail Pointer

 Length: 2 bytes

    This word points to the location in the keyboard buffer at which the
    next character typed will be placed. After a character is placed in
    the keyboard at this location, the tail pointer is incremented and
    adjusted if it needs to wrap to the beginning of the keyboard buffer.
    If the tail pointer is equal to the head pointer (0:41Ah), the buffer
    is empty.

See Also: INT 16h, 00h 0:41Ah 0:41Eh 0:480h 0:482h

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