Naive question re: RCL variables in 42S & related
|
10-13-2024, 11:05 PM
(This post was last modified: 10-14-2024 06:57 AM by carey.)
Post: #1
|
|||
|
|||
Naive question re: RCL variables in 42S & related
After using RPL, I’m starting to explore the 42s and related RPN models.
In RPL, after storing a # in a variable (e.g., “A”) variable A can be called directly by name (e.g., “A” can be placed on the stack or used in a program). In the 42S and related models, after storing a # in “A”, RCL A is needed to place it on the stack or to use it in a program. RPN programs generally use a lot of STO and RCL operations. Is there a trick I am overlooking that would allow stored variables to be called directly by name in RPN models or is there no way around using RCL of named variables in RPN due to registers (e.g., reduces variable use and conserves memory.). Thanks! |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 4 Guest(s)