RPN programming model survey
|
01-26-2023, 03:08 PM
Post: #11
|
|||
|
|||
RE: RPN programming model survey
Line number addressing is a pain. The 35s attempts to make it better, but it still falls short for the reasons already mentioned. Labels are a lot easier to use.
I think the 35s method would have worked okay if the GTO adjustment had worked across labels. Sadly, it does not, probably for performance reasons. In other words, I think the workflow should have been like this: 1. Write and debug your program using label addressing. 2. Once the program works right, delete all the internal labels. The calculator converts the GTO/XEQ [label] to GTO/XEQ [line number] The wouldn't be perfect. It might still be hard to develop large programs, but short of adding more labels, I think it would have been a great addition. Oh, and local registers/flags similar to the WP34s should be required on any new programmable RPN calculators . |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
RPN programming model survey - brouhaha - 01-15-2023, 01:48 AM
RE: RPN programming model survey - Joe Horn - 01-15-2023, 02:45 AM
RE: RPN programming model survey - Valentin Albillo - 01-15-2023, 05:09 AM
RE: RPN programming model survey - Gene - 01-15-2023, 07:41 PM
RE: RPN programming model survey - Joe Horn - 01-15-2023, 11:02 PM
RE: RPN programming model survey - rprosperi - 01-15-2023, 02:01 PM
RE: RPN programming model survey - brouhaha - 01-16-2023, 01:59 AM
RE: RPN programming model survey - rprosperi - 01-16-2023, 02:27 PM
RE: RPN programming model survey - brouhaha - 01-18-2023, 12:55 AM
RE: RPN programming model survey - DGM - 01-16-2023, 12:18 AM
RE: RPN programming model survey - David Hayden - 01-26-2023 03:08 PM
RE: RPN programming model survey - Maximilian Hohmann - 01-26-2023, 03:30 PM
|
User(s) browsing this thread: 3 Guest(s)