Post Reply 
HP-65 Financial Software request
01-07-2019, 11:34 PM (This post was last modified: 01-07-2019 11:36 PM by Dieter.)
Post: #22
RE: HP-65 Financial Software request
(01-07-2019 09:35 PM)albertofenini Wrote:  I initialize the program with LBL E

Then I key in 40 LBL A,

You must not key in 40 [LBL] [A], but 40 [A].

(01-07-2019 09:35 PM)albertofenini Wrote:  and then sometimes it returns 0.00, while sometimes it returns 0.03

Any input different from 0 should return 0. This confirms that the input has been stored.
If you see anything else the program has calculated that value.

Take a look at the test commands, i.e. the x≠y? tests following LBL A, B and C.
The sequence alsways is...

Code:
LBL (A, B or C)
STO (1, 2 or 3)
0
g x≠y?
RTN
g NOP
...

Be sure to use the "x not equal to y" test.

(01-07-2019 09:35 PM)albertofenini Wrote:  When it returns 0.00 if I key in 50 LBL B then the program returns 0.00 and pressing C returns the right value as in the example.

You must not press 50 [LBL] [B] but 50 [B].

(01-07-2019 09:35 PM)albertofenini Wrote:  However when 0.03 was returned after keying a value for LBL A, even pressing Clx, typing 50 for B will return 0.07 and C
will return a weird value.

I can't reproduce this. May someone else try the program in post #5 and report his results?

(01-07-2019 09:35 PM)albertofenini Wrote:  I don't want to bother you more than I already did, and I have the HP14B and 10B that have this feature,
but I would like to understand what am I doing wrong, so if you have time I will appreciate any further comment

We will get this running, even if it takes more posts. Maybe there still is an error in the program, maybe you entered something wrong. Have you compared the key codes?

Dieter
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP-65 Financial Software request - Dieter - 01-07-2019 11:34 PM



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