Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Get keys from keyboard buffer......

0 views
Skip to first unread message

MiRaGe

unread,
Jul 22, 1998, 3:00:00 AM7/22/98
to
i need to be able to capture keys from the keyboard buffer and put them
into an array. port $60 is no good for this, i already tried. any help is
greatly appreciated. thanks in advance.....

MiRaGe,


Michael Day (TeamB)

unread,
Jul 23, 1998, 3:00:00 AM7/23/98
to

What do you want to do? Flush the buffer, read what is there
non-desctructively, or read what is there and toss it away?

The keyboard buffer is located at memory location $40:$1E and is 16 words
long. Each word is a two byte scan code.

- Mike


0 new messages