A86: Re: ignore keys


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

A86: Re: ignore keys



Interrupts!!!!!

Install a interrupt table and then write your handler.  About catching the
reset....
Well you can try to locate the current menu (which Martin Blix Grydeland is
working on) or check for the keypress which would be complicated.

If you need help with interrupts refer to the code posted earlier (a week?)
by Martin
and check the Assembly 86 archives at www.ticalc.org

Andres Garcia
----------------------
mailto:xrigel@q-net.net

-----Original Message-----
From: Bryan Weinstein <weinstb@juno.com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Tuesday, December 02, 1997 7:17 PM
Subject: A86: ignore keys


>I would like to create a program that will prevent people from erasing
>the calculator's memory.  I have two problems.  The first is how can I
>get this program to run when the calculator is turned on?  The second
>problem is if I make this program detect what key is being pressed, is
>there a way to let the calculator continue to do the math functions while
>at the same time ignore the specified keys?
>