Re: Re : A92: Printing Characters
[Prev][Next][Index][Thread]
Re: Re : A92: Printing Characters
On the other hand, you could do this:
The idle_loop routene returns ascii values for most keys pressed. After
checking to see that you have such a thing (i.e., the char. code is <128),
you could simply use that as an input for the put_char routiene. If you
didn't want the text do display at the same point on the screen each time
you displayed a char., you will need to keep a "cursor position" in memory
or a register. Simply add the width of a character to the number each
time you display a character.
References: