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

A85: Re: ON button




Theres a bit in the system part of the rom which tells you wether ON has
been pressed or not. There is also a ROM function which checks this bit. I
think the following should work, but I have not tested it.

  CALL $0075
  JR Z,ON_HAS_NOT_BEEN_PRESSED
  JR NC,ON_HAS_BENN_PRESSEd

Dines
-----Original Message-----
From: Miklos <jbergou@superlink.net>
To: assembly-85@lists.ticalc.org <assembly-85@lists.ticalc.org>
Date: 15. marts 1998 16:14
Subject: A85: ON button


>
>how can i get the calculator to recognize when the ON button in a program
>is pressed and jump to a different label when it is? get_key doesn't work
>with for ON button.
>
>
>

_______________________________________

Dines Justesen
Email: dines@post1.com or
       c958362@student.dtu.dk
WWW  : http://www.gbar.dtu.dk/~c958362/
_______________________________________