Post Reply 
HP-41CL Remote Keyboard / Scripting
04-16-2021, 02:34 PM
Post: #8
RE: HP-41CL Remote Keyboard / Scripting
(04-16-2021 01:21 PM)PeterP Wrote:  Pat, have you considered auto-start modules or magnetic cards?
The Auto-Start/Duplication module always execute the RECOVER program (LBL "RECOVER") at power-on.

There is also the flag 11 that will continue the current program at power on.
Code:
LBL "F11"   // flag 11 demo program entry point
SF 11       // set auto start flag 11 
OFF         // power off the calculator
BEEP        // executed when user press the ON button
END         // flag 11 demo program exit point
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP-41CL Remote Keyboard / Scripting - Sylvain Cote - 04-16-2021 02:34 PM



User(s) browsing this thread: 6 Guest(s)