Post Reply 
Remaining HP-65 Conditionals
09-15-2021, 12:31 AM
Post: #1
Remaining HP-65 Conditionals
Hi all.

I’m attempting to synthesize the extra conditionals that the 65 lacks.

What do you say about these sequences:

x>=y:

x>y GTO 1 x=y GTO 1………LBL 1

x<y:

x=y GTO 2 x>y GTO 2………LBL 1 (steps if x<y) R/S……LBL 2 (steps if x>=y)

Good? Another which saves program steps?

Thanks
Find all posts by this user
Quote this message in a reply
09-15-2021, 11:45 PM (This post was last modified: 09-15-2021 11:46 PM by Dave Britten.)
Post: #2
RE: Remaining HP-65 Conditionals
How about these?

x>=y:

g x><y, g x<=y

x<y:

g x><y, g x>y
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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