Post Reply 
Algorithm for entering numbers?
08-11-2019, 04:57 PM
Post: #2
RE: Algorithm for entering numbers?
As a general rule, when you start entering a number, or recall a number from a register, the stack lifts, i.e. X is pushed into Y, Y is pushed into Z, Z is pushed into T, and T is lost.

There are only a small number of exceptions to this rule. The stack is not pushed, and X is overwritten instead, after ENTER, CLX, Σ+, and Σ-. These operations are said to disable stack lift; all other functions enable it.

On the HP-42S, it's a bit more complicated, and the RPL machines are a different story altogether, but on almost all of the four-level HP calculators, this is all there is to it.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Algorithm for entering numbers? - rea5245 - 08-11-2019, 04:36 PM
RE: Algorithm for entering numbers? - Thomas Okken - 08-11-2019 04:57 PM



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