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


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

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




di doesn't; reading through the ports does.  You need to read keys through the ports if you're going to disable interrupts because rom getkey functions will no longer work.  The reason di will "disable" the on key is that the rom periodically checks for the on key being pressed during the interrupts, so if you make it stop checking for on, then it won't trigger any events that could screw up your program.


In a message dated Fri, 30 Jun 2000  3:11:37 PM Eastern Daylight Time, VVeakling@aol.com writes:

<< 
in what way does using di make multiple keys possible?  this might help me 
out a little if you could explain, or maybe show an example, thanks

 >>