Re: A89: On value


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

Re: A89: On value




> Isn't there a numerical value for the on button?  There has to be a
> value for it.  It has a function that happens when you press it.  So
> there must be a value.  Could someone tell me what the value is if you
> know it?

No, it does not have a idle_loop value, nor is it part of the keyboard
matrix.  When [ON] is pressed, auto interrupt 6 is triggered.  If you
want a function to happen when you press it, you must hook this
interrupt.  See traps.txt (included with Fargo) for more info.

-- 
 Don Barnes
   E-MAIL: don.barnes@wmich.edu
       IM: DonRBarnes
    EFNET: donman
      WEB: http://mf.calc.org


Follow-Ups: References: