Post Reply 
(Free42) tips & tricks: local flags
07-27-2020, 06:16 PM (This post was last modified: 07-27-2020 09:51 PM by ijabbott.)
Post: #36
RE: (Free42) tips & tricks: local flags
(07-25-2020 03:37 PM)Thomas Okken Wrote:  Clearing flag 21 doesn't disable TRACE printing on the 41, either.

Could someone who has a working 82242 run a quick sample and capture its output with flags 15 & 16 set, on a real 82240 or using INPRT on a 48? Something like

Code:
01 LBL "TEST"
02 2
03 ENTER^
04 3
05 *
06 STO ST Y
07 "ABC"
08 |-"DEF"
09 END

...just to give me an idea what gets printed and how the output is laid out.

Will a capture from a real HP-42S to Christoph Giesselink's HP82240B simulator via Martin Hepperle's red-eye interface do? Because that's what I've just done:

Code:
              XEQ "TEST"
              LBL "TEST"
                       2
                   ENTER
                       3
                       ×
           6.0000    ***
                STO ST Y
                   "ABC"
                  ⊦"DEF"
                   .END.

EDIT: updated, because it took a few attempts to get a clean capture. I kept getting bits missing and/or bits replaced with "{M=1}".


Attached File(s) Thumbnail(s)
   

— Ian Abbott
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (Free42) tips & tricks: local flags - ijabbott - 07-27-2020 06:16 PM



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