Post Reply 
DM42 and labels
05-24-2020, 08:52 PM
Post: #22
RE: DM42 and labels
Quote:Who else has machines to test? Maybe a pattern will emerge, but it seems this behavior was not at all consistent across various model lines.

Well lacking a physical collection, various microcode emulators (my revived goXX apps, Nonpareil, Sydney Smith's online emulators, and Teenix Multicalc) will have to suffice.

Discounting changes dictated by the calculator model (absence of / numerical / alpha labels) my test program looks like
LBL A ; 1 ; RTN ; LBL B ; 2 ; RTN ; LBL C ; 3 ; RTN ; LBL D ; 4 ; RTN

With one exception, all models that I could test behave either of the following ways, no matter how the program is started ( GTO xx ; R/S vs. GSB xx or XEQ xx ):
RTN resets to step 0: 34c, 11c, 15c, 16c, 32sii (physical)
RTN stops at next step: 29c, 67, 33c, 41c(vx), 42s

As expected the comparison confirms that 29c and 67 are close relatives, and the 41 and 42 were designed to make 67 users feel at home. The 33c has subroutines but no labels. The 15c (along with the other 1xc models) cannot deny its 34c heritage. In all tested emulators, RTN executed from the keyboard in run mode resets to step 0.

So far for the boring stuff. For a little surprise we need to go back to the beginning. When above program is entered into the 65, behavior depends on how you start the program. Hit any of the A-D keys, and execution stops at RTN as expected (e.g. A -> 1). However, when execution is started with R/S, the first RTN is ignored, and the program stops only at the next RTN (e.g.: GTO A ; R/S -> 2). I did not find mention of this anomaly in the 65 manual, which on page 62 states,

"The RTN at the end of the program stops calculator execution, halts the stepping of the program pointer, and returns control to the keyboard"

Yet another example for the pleasure of playing with old calculator models. Thanks Bob for the suggestion. Maybe someone with a physical 65 wants to verify this?

Best, Mike
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
DM42 and labels - mchris - 05-19-2020, 04:26 PM
RE: DM42 and labels - Massimo Gnerucci - 05-19-2020, 05:19 PM
RE: DM42 and labels - rprosperi - 05-19-2020, 05:30 PM
RE: DM42 and labels - mchris - 05-19-2020, 05:39 PM
RE: DM42 and labels - mchris - 05-19-2020, 05:52 PM
RE: DM42 and labels - toml_12953 - 05-19-2020, 05:57 PM
RE: DM42 and labels - rprosperi - 05-19-2020, 06:13 PM
RE: DM42 and labels - toml_12953 - 05-19-2020, 10:06 PM
RE: DM42 and labels - mchris - 05-19-2020, 06:01 PM
RE: DM42 and labels - J-F Garnier - 05-19-2020, 06:10 PM
RE: DM42 and labels - Sylvain Cote - 05-19-2020, 06:13 PM
RE: DM42 and labels - Thomas Okken - 05-19-2020, 07:12 PM
RE: DM42 and labels - mchris - 05-19-2020, 07:27 PM
RE: DM42 and labels - Thomas Okken - 05-19-2020, 07:56 PM
RE: DM42 and labels - Werner - 05-19-2020, 08:09 PM
RE: DM42 and labels - Massimo Gnerucci - 05-19-2020, 08:26 PM
RE: DM42 and labels - mchris - 05-19-2020, 10:18 PM
RE: DM42 and labels - David Hayden - 05-19-2020, 08:54 PM
RE: DM42 and labels - rprosperi - 05-19-2020, 09:17 PM
RE: DM42 and labels - Sylvain Cote - 05-19-2020, 10:53 PM
RE: DM42 and labels - rprosperi - 05-20-2020, 12:19 AM
RE: DM42 and labels - Mike (Austria) - 05-24-2020 08:52 PM
RE: DM42 and labels - SlideRule - 05-25-2020, 01:00 PM
RE: DM42 and labels - Didier Lachieze - 05-25-2020, 01:04 PM
RE: DM42 and labels - rprosperi - 05-25-2020, 04:42 PM
RE: DM42 and labels - Dave Britten - 05-26-2020, 05:06 PM
RE: DM42 and labels - rprosperi - 05-26-2020, 11:40 PM
RE: DM42 and labels - Dave Britten - 05-27-2020, 12:32 AM



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