Post Reply 
42S "reserved" flags
01-15-2018, 07:20 PM
Post: #4
RE: 42S "reserved" flags
Some are explained here... From the Free 42 manual for the 42s: http://thomasokken.com/free42/42s.pdf

Code:

00–10 and 81–99: These 30 flags are not related to the calculators status but are just “binary
memories” you can use for what you want.
11: When you turn on the calculator if the flag 11 is set the calculator runs the program where the
“calculator's pointer” is stopped and clears the flag 11.
24: If this flag is set the calculator will ignore error messages. “Out of Range” will appear as
9.99999999999E499 in the HP-42S and as 1.7977E308 in Free42. This is important if you
want to prevent an unwanted stop during a program.
26: Turns audio on.
28: Use '.' instead of ',' (default).
29: If set the calculator separates digits in groups of three. For example: 5000000 becomes 5,000,000.
(default)
36–80: You cannot change the flags from 36 to 80.
44: Always on. If true the calculator does not turn off after about 10 minutes.
65: Matrix editor.
68–71: Base modes. CCCC=Decimal (default), CCCS=Binary, CSSS=Octal and SSSS=Hexadecimal.
It is a shame! Why not only two? :)
73: This flag if true makes the calculator to show complex numbers in polar notation.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
42S "reserved" flags - Dave Britten - 01-15-2018, 04:24 PM
RE: 42S "reserved" flags - grsbanks - 01-15-2018, 05:35 PM
RE: 42S "reserved" flags - Dave Britten - 01-15-2018, 05:59 PM
RE: 42S "reserved" flags - Dieter - 01-15-2018, 08:46 PM
RE: 42S "reserved" flags - Dave Britten - 01-16-2018, 01:08 PM
RE: 42S "reserved" flags - Gene - 01-15-2018 07:20 PM
RE: 42S "reserved" flags - Dieter - 01-15-2018, 08:39 PM
RE: 42S "reserved" flags - Thomas Okken - 01-15-2018, 07:59 PM
RE: 42S "reserved" flags - Gene - 01-15-2018, 10:09 PM
RE: 42S "reserved" flags - Dieter - 01-15-2018, 10:40 PM
RE: 42S "reserved" flags - Gene - 01-15-2018, 10:42 PM
RE: 42S "reserved" flags - Sylvain Cote - 01-16-2018, 01:18 AM



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