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:480h keyboard buffer start offset pointer</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
0:480h                   Keyboard Buffer Start Offset Pointer

 Length: 2 bytes

    This word contains the offset of the start of the keyboard buffer.
    This allows you to move the buffer, increase its size, or decrease its
    size. There is one catch, however: The address here is an offset
    starting at address 0:400h. For example, the default 32-byte buffer at
    0:41Eh forces this offset address to be 001Eh. Therefore, if the
    buffer is to be moved to another location, the buffer starting offset
    must be relative to 0:400h.

See Also: 0:41Ah 0:41Ch 0:41Eh 0:482h

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