A86: getkey program


[Prev][Next][Index][Thread]

A86: getkey program




Does anybody have a getkey program in assembly that will give the key code
number for the key you pressed.  For example, it would look like this in
basic:

lbl a
getky->z
If z>0
disp z
goto a

I really could use this.  I need it to display the number at the same place
every time for the small font.

THANX
Dan


Follow-Ups: