Post Reply 
Algorithm for entering numbers?
08-12-2019, 10:44 AM (This post was last modified: 08-12-2019 10:45 AM by grsbanks.)
Post: #14
RE: Algorithm for entering numbers?
(08-12-2019 08:34 AM)Ángel Martin Wrote:  Interesting view, somehow it reinforces the notion that "LastX" is whatever was last in x before executing the function, regardless of wthat might be

Exactly, because the value in X is the one that's otherwise going to get clobbered by the operation, so this is the only way of bringing it back from the dead.

(08-12-2019 08:34 AM)Ángel Martin Wrote:  I guess I value more the consistency with the two-step approach ( RC+ = RCL , + ) just to be on the safe side.

I see where you're coming from, but the whole point of register arithmetic operations is that they mean you don't recall anything into the stack, thus preserving T as a positive side effect. In this respect, "RCL[op] nn" and "RCL nn [op]" are not functionally equivalent at all.

There are only 10 types of people in this world. Those who understand binary and those who don't.
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? - grsbanks - 08-12-2019 10:44 AM



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