50g group photo

Yahoo Groups archive

50g

Archive for 50g.

Index last updated: 2026-03-30 00:59 UTC

Thread

RE: [50g]

RE: [50g]

2008-11-13 by cfortuh@yahoo.com

Can anyone please help me improve the programs i have attached here.

- original message -
Subject: [50g] Re: rpn code example on hp50g computer/calculator
From: "Tim Wessman" <timwessman@...>
Date: 13/11/2008 00:14

> HINT WHEN YOU TRAIN
> YOUR CALCULATOR IT IS THEN A COMPUTER!
> THE EXAMPLE 1)
> < -> a b c d< d a * b a *- c d - / >
>
> notewell the order and placement of the 5 operators. **--/

Um. . . what?

TW

RE: [50g]

2008-11-20 by Don Hart

Ok, check out the attached program. I did a couple of small changes to Rational.

I eliminated everything up to the WHILE and put in a 2 'C' STO. That forces it to execute the WHILE loop and reduces the size of the program.

The only problem I could see with the WHILE loop, as you mentioned before, is that you couldn't exit using the CANCEL so I added a C PURGE and a HALT in the IF ELSE part. I didn't check the rest of the program for the same problem with CANCEL, I'll leave that up to you.

Also, you had "PLEASE CHECK" "C/R" +. Since you have a constant string, you could just do "PLEASE CHECKC/R" and eliminate the +.

I hope that helps.


--- On Wed, 11/12/08, cfortuh@... <cfortuh@...> wrote:

> From: cfortuh@... <cfortuh@...>
> Subject: RE: [50g]
> To: 50g@yahoogroups.com
> Date: Wednesday, November 12, 2008, 8:40 PM
> Can anyone please help me improve the programs i have
> attached here.

Re: [50g]

2008-11-21 by Don Hart

I should have used KILL not HALT. Sorry

--- In 50g@yahoogroups.com, Don Hart <ddhart1@...> wrote:
>
> Ok, check out the attached program. I did a couple of
small changes to Rational.
>
> I eliminated everything up to the WHILE and put in a
2 'C' STO. That forces it to execute the WHILE loop and
reduces the size of the program.
>
> The only problem I could see with the WHILE loop, as
you mentioned before, is that you couldn't exit using
the CANCEL so I added a C PURGE and a HALT in the IF
ELSE part. I didn't check the rest of the program for
the same problem with CANCEL, I'll leave that up to you.
>
> Also, you had "PLEASE CHECK" "C/R" +. Since you have a
constant string, you could just do "PLEASE CHECKC/R" and
eliminate the +.
>
> I hope that helps.
>
>
> --- On Wed, 11/12/08, cfortuh@... <cfortuh@...> wrote:
>
> > From: cfortuh@... <cfortuh@...>
> > Subject: RE: [50g]
> > To: 50g@yahoogroups.com
> > Date: Wednesday, November 12, 2008, 8:40 PM
> > Can anyone please help me improve the programs i have
> > attached here.
>