Post Reply 
Indirect Storage (STO IND) ELI5 what and why?
03-14-2021, 05:59 PM
Post: #5
RE: Indirect Storage (STO IND) ELI5 what and why?
(03-14-2021 05:57 PM)Dave Britten Wrote:  
(03-14-2021 04:58 PM)DM48 Wrote:  Eddie, thank you for the explanation. I'm still not quite grasping it, but I suspect that is because I am mixing up "register" terminology. X, Y, Z, T, A, L registers vs a memory register.

My first real calculator was a TI-85 and then an HP48GX when I saw it in 1994. I came in after the 42s and am slow on the pickup of a new language.

I will study your example and post back with questions.

In TI-85 land, the analog of indirect addressing would be using list/matrix indexes, e.g.

Code:
10->dimL D
For X,1,10
sin X->D(X)
End

In this case, the X is sort of like the register that you're using with "STO IND".

What is it in 48G land?

HP48GX, HP42s and DM42.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Indirect Storage (STO IND) ELI5 what and why? - DM48 - 03-14-2021 05:59 PM



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