Bill Pierce wrote: > > Luis, > I think Inkey for Basic09 acts just like Basic's INKEY$. Not only is that true, but the source code for the Basic09 INKEY$ routine is listed in the owner's manual in the Basic09 section, Appendix B. The gist of the code is ldb #SS.Ready OS9 I$GetStt bsc Exit no then exit ldy #1 OS9 I$Read go read one character rts