Post Reply 
Help with a Program
12-12-2020, 05:43 AM (This post was last modified: 12-12-2020 05:45 AM by Craig Bladow.)
Post: #5
RE: Help with a Program
Assuming T is present in the X register, your program could fill the stack with T using a series of ENTER commands. Then the program basically works from C9 to C0 doing something like this in RPN for each constant: C9 * C8 + * C7 + * .......

This takes advantage of the stack duplicating the value in the T register when an operation, * in this case, causes the stack to drop.

Try CC41!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Help with a Program - WrongWay - 12-11-2020, 10:01 PM
RE: Help with a Program - Joe Horn - 12-11-2020, 10:06 PM
RE: Help with a Program - WrongWay - 12-12-2020, 01:24 AM
RE: Help with a Program - WrongWay - 12-12-2020, 04:13 AM
RE: Help with a Program - Craig Bladow - 12-12-2020 05:43 AM



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