Post Reply 
Indirect Storage (STO IND) ELI5 what and why?
03-14-2021, 05:57 PM
Post: #4
RE: Indirect Storage (STO IND) ELI5 what and why?
(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".
Visit this user's website 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? - Dave Britten - 03-14-2021 05:57 PM



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