Post Reply 
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.
...
I have not thoroughly investigated the issue. Have you tried the program with your suggested change; RCL OPERATION nn to RCL nn OPERATION?

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
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Adapting 'Accurate' TVM routine on HP-15C using MISO Technique - Dieter - 01-11-2014 12:14 AM



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