Post Reply 
HP80 TVM sequence?
01-16-2023, 05:31 PM
Post: #5
RE: HP80 TVM sequence?
There are a few interesting details about the HP 80's operation that will perhaps give you a better understanding of how it works:

There are no TVM registers. All computations are performed directly on stack values. (This goes for statistics operations as well!)

Because of this, the TVM keys simply set internal flags corresponding to each variable and enable stack lift to prepare for the next input.

When computing a result, the calculator checks which TVM key flags have been set to choose which equation it needs to use, and then gets the inputs for that equation from the stack registers.

So only two things really matter here: you've put the values onto the stack in the correct order for the equation (usually left-to-right when looking at the TVM keys), and you've pressed the right TVM keys to turn on the internal flags to select that equation, but the order doesn't matter for this. So as long as you're entering the values in the correct left-to-right order, you can press the TVM keys in whichever order you wish (with the exception of the final selection of the variable to solve for at the end) and still get the correct result. Why you would really want to do this is anybody's guess, but you can. Smile
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP80 TVM sequence? - John Garza (3665) - 01-16-2023, 12:41 AM
RE: HP80 TVM sequence? - brouhaha - 01-16-2023, 01:26 AM
RE: HP80 TVM sequence? - Gene - 01-16-2023, 02:45 AM
RE: HP80 TVM sequence? - John Garza (3665) - 01-16-2023, 09:47 AM
RE: HP80 TVM sequence? - Dave Britten - 01-16-2023 05:31 PM



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