[A83] Re: Interupts on TI-83 Plus
[Prev][Next][Index][Thread]
[A83] Re: Interupts on TI-83 Plus
Yes... the problem is that you check enter directly but the interrupt still
stores it in it's buffer... so you could reset the keyport, or just do a
B_CALL Getkey just befor exit...
-Nicolas Gilles
----- Original Message -----
From: "Peter-Martijn Kuipers" <hyper@hysoft-automation.com>
To: <assembly-83@lists.ticalc.org>
Sent: Friday, July 27, 2001 17:13
Subject: [A83] Re: Interupts on TI-83 Plus
>
> Which way are you checking for the Enter key?
>
> You may need to reset the keyport before quitting (ld a,$FF \ out (1),a)
>
> --(Peter-Martijn
>
> >
> > I am trying to write a program that will stop when you press the enter
key.
> > The problem was that this would restart the program as soon as it gave
> > control to TI-OS. I tried to solve this problem by telling it to search
for
> > the enter key being pressed and then released before giving control to
> > TI-OS. This didn't seem to do anything. I think it might be the
interupts.
> > Does anyone know what all the interupts are on the TI-83 Plus?
> >
> > Scot
> >
> >
> >
>
>
>
>
Follow-Ups:
References: