Post Reply 
33S Alternatives
01-10-2024, 03:51 PM
Post: #12
RE: 33S Alternatives
For programmers, the great thing about the WP34 is local registers. Programs can allocate their own storage registers. They are automatically deallocated when the program returns. There's no more worrying whether R07 (or whatever) of some program conflicts with some other program, or your current usage of the register.

The DM32 has similar functionality in state files. You can call a program in one state file from another. I don't recall the details, but there is a combination of local and global registers in the state files.

The line-number addressing on the 35s is helpful when branching backwards, but if you're going forwards, you need to guess at the line number, continue programming, then go back and replace the branch. Maybe I just didn't get the hang of it, but I've always found it frustrating. It would have been great if you could program with labels and then just delete the labels to have the branches replaced with line-number branches instead, but it doesn't work that way. Line number branches adjust when you edit your program, but only for branches with in the current label.

Dave
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
33S Alternatives - Matt Agajanian - 01-02-2024, 11:13 AM
RE: 33S Alternatives - John Garza (3665) - 01-02-2024, 03:41 PM
RE: 33S Alternatives - Thomas Radtke - 01-03-2024, 07:19 AM
RE: 33S Alternatives - Matt Agajanian - 01-03-2024, 10:22 PM
RE: 33S Alternatives - Steve Simpkin - 01-04-2024, 04:28 AM
RE: 33S Alternatives - Peet - 01-04-2024, 11:56 AM
RE: 33S Alternatives - Steve Simpkin - 01-04-2024, 01:16 PM
RE: 33S Alternatives - John Garza (3665) - 01-06-2024, 09:48 AM
RE: 33S Alternatives - Peet - 01-06-2024, 10:45 AM
RE: 33S Alternatives - Eddie W. Shore - 01-04-2024, 02:16 AM
RE: 33S Alternatives - Nigel (UK) - 01-04-2024, 10:48 AM
RE: 33S Alternatives - David Hayden - 01-10-2024 03:51 PM



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