Post Reply 
42S statistics registers
11-21-2019, 12:21 PM
Post: #9
RE: 42S statistics registers
(11-21-2019 12:04 PM)Werner Wrote:  One more thing: if you enable LINΣ mode, the 7 ln-type registers are not valid either.
Flags 61, 62 and 63 will however only be set the first time you use Σ+.
So I shamelessly (but gratefully) copied your program, but I use
Code:
 FS? 60
 FS? 61 (62,63 as appropriate)
 GTO 99
to test for Invalid recall requests.

BTW where did you find this info on flags 61-63?

Cheers, Werner

That's a good point. Note that you'll need to change the flag tests like this if you want an "or" condition that goes to 99 if either flag is set:

Code:
FC? 60
FS? 61
GTO 99

I believe I got the flag info from the 42S manual, bottom of page 279, as well as by experimenting to see exactly how those flags behaved.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
42S statistics registers - cdmackay - 11-20-2019, 09:03 AM
RE: 42S statistics registers - rprosperi - 11-20-2019, 02:19 PM
RE: 42S statistics registers - Werner - 11-20-2019, 04:39 PM
RE: 42S statistics registers - Werner - 11-20-2019, 09:03 PM
RE: 42S statistics registers - cdmackay - 11-20-2019, 06:52 PM
RE: 42S statistics registers - Werner - 11-21-2019, 12:04 PM
RE: 42S statistics registers - Dave Britten - 11-21-2019 12:21 PM
RE: 42S statistics registers - Werner - 11-21-2019, 01:20 PM



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