I have come across two short programs written for the HP-41. Could you
please give me a pointer as to where I can download/obtain a reference
manual for that model? I would like to understand the opcodes in the
listing and translate the program to a more modern version of RPL.
Thank you.
Regards,
Thank you!
The online manual says that the function SIGN returns 1 to X if X is
zero. Is that true? It sounds counterintuitive, I would expect it to
return 0 for X=0, 1 for X>0 and -1 for X<0.
Mark, thank you.
Could you please tell me with which keystrokes one would enter the
"x>0?" comparison on a hp-41?
> The online manual says that the function SIGN returns 1 to X if X is
> zero. Is that true? It sounds counterintuitive, I would expect it to
> return 0 for X=0, 1 for X>0 and -1 for X<0.
0 is returned to X only if X is not a number. In the 41, HP has chosen
to group 0 with positive numbers, hence 1 is returned to X if X is
greater or equal to 0.
Regards
Thanks. That is important to keep in mind for the 41.
Thanks for the link. It's interesting to see the scans of the old
original pages. I came to that site in the hope it would explain how
to enter into a program the comparison "x>0?". The manual there says I
should turn around the calculator to find some instructions. Since I
don't own an original hp-41, but only an emulator software, I can't do
that. Do you know how to enter "x>0?"? Thanks!
The back of the calculator shows the ALPHA keyboard, which nas another
set of shifted functions, amongst others the =, < & >.
see here:
http://www.greendyk.nl/hp41c-manual/layout/quick-back.htm
Regards
Hello Michael,
Sorry, but I can't help you. I sold my HP-41CX in the early 90's and
I don't remember how to enter x>0?. Sometimes I would say
"Watch the birdie fly" after pressing the R/S key. I wonder how much
faster the bidie flies on the emulator. Anyway, happy programming!
Regards,
Mark
Ah, that helps. Thanks!