Post Reply 
(12C) Does a STO pop the stack or not?
06-19-2019, 01:09 PM
Post: #7
RE: (12C) Does a STO pop the stack or not?
Didier,

Thanks for the advice. I had forgotten that actually. Messing around with it I prefer the STO as it is clearer what is being done with no extra memory consumed. There is also the risk of making a mistake as if the entry was:

0
i
PV
FV

The last 2 would run the TVM algorithm which isn't what I want. I wrote it instead:

0
STO i
STO PV
STO FV

Which is clearer to me and doesn't have the risk of making the mistake above (which I certainly would!)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (12C) Does a STO pop the stack or not? - Joe_H - 06-19-2019 01:09 PM



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