Re: A86: interupts :/
[Prev][Next][Index][Thread]
Re: A86: interupts :/
At 05:46 PM 12/17/97 -0600, you wrote:
>
>damn u cant write to the screen inside the program (well crashes
>everytime so i am assuming that it wont work). also it looks like you
>can't capture a key with calls. can someone post the check for the ON
>key with the in function?
>
I've written to the screen inside an interrupt. And you can capture keys -
the tidemo program does it. I haven't figured that out yet, though. Anyway,
I think I have a program that uses _puts inside an interrupt, let me see if
I can find it...
Here's the ON key thing.
in a,(3)
and $8
or 0
jr z,ONpressed
ONpressed:
res 4,(IY+9)
--Joshua
References: