Adapting 'Accurate' TVM routine on HP-15C (and HP-34C) using MISO Technique
|
01-11-2014, 12:14 AM
Post: #19
|
|||
|
|||
RE: Adapting 'Accurate' TVM routine on HP-15C using MISO Technique
(01-10-2014 10:50 PM)Jeff_Kearns Wrote:(01-10-2014 05:08 AM)Thomas Klemm Wrote: You don't have to do that. A simple RCL 1, * will work.... Thomas is right. I tried the program on a HP35s, both with and without RCL-arithmetics. There is just one pitfall you have to watch: that's line 021/022 in Thomas' code. Without RCL-arithmetics another ENTER has to be added there: With RCL-arithmetics: ENTER RCL* 3 X<>Y ...and without: ENTER ENTER RCL 3 * X<>Y The additional ENTER here is required to save the content of Y. Otherwise all occurences of RCL-arithmetics indeed can be replaced by a simple RCL n followed by the respective operation. Dieter |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)