Re: A89: PLEASE ANSWER MY QUESTIONS!
[Prev][Next][Index][Thread]
Re: A89: PLEASE ANSWER MY QUESTIONS!
1. Yes, it puts the basic getkey number, found in the back of the manual, into
d0.
2. There is a ROM function for the BUSY indicator. To keep other things from
appearing, you can't use idle_loop, and you have to disable some interrupt.
3. There is a ROM function for setting the font size. Setting the status bar
text is also a ROM function.
Good Luck!
Daniel Imfeld
In a message dated 12/23/1998 11:56:55 PM Pacific Standard Time,
senoramor@yahoo.com writes:
> 1.) When you wait for a key press (like when using idle_loop, I
> believe), how does that work? Does it transmit the basic getkey
> number equivalent into d0?
>
> 2.) How do you turn off the BUSY indicators as well as the whole
> status line. I mean like if I push 2nd, I don't want it to display
> 2nd.
>
> 3.) I've read other's code but don't understand how they change font
> size. Especially how to write to the status bar.
>