Re: A83: TI83 problem - how to disable the ON key?


[Prev][Next][Index][Thread]

Re: A83: TI83 problem - how to disable the ON key?




In a message dated Fri, 30 Jun 2000  1:38:33 PM Eastern Daylight Time, "Rudolf Polzer" <rpolzer@web.de> writes:

<< 
After pressing some keys, I get a memory error or other strange
things happen.
So I want to know how to disable the "ON" key

 >>

Tried a screwdriver?  =P

But seriously though, just disable the interrupts using di and then read the keys through the ports.  Then on won't do anything unless you want it to, plus you have the added ability to check for multiple keys at the same time, which can be quite useful under some circumstances.