Re: A86: on interrupt
[Prev][Next][Index][Thread]
Re: A86: on interrupt
No because if you disable interrupts you cant use the calc normally as it
uses it for keypresses, display, etc. I guess you could read keypresses
from the port, but then a lot of ROM calls wouldn't work right. PLUS, it's
a good way to pause in SQRXZ.......hehe.
A.G.
>Is the down+left freeze thing an interupt? Would it be possible to use the
>"di" command to turn it off if it was? You obviously couldnt put it in an
>inteerupt, because it would disable after it got called the first time.
>comments, please.