The Museum of HP Calculators

HP Forum Archive 09

[ Return to Index | Top of Index ]

2 essential questions about HP49
Message #1 Posted by Martin on 23 Sept 2002, 4:49 a.m.

Hi all,

the first question I have and I hope to be answered is that why does the HP49 return the result "-1" for "-1 yx 2" ???

And the second question I hope to be answered by someone who already had contact with ASM. There is an error occurring, when I try to compile a string file.Well, I tried to type in one of the shorter examples of Kalinowski and saved it as a String-File, then lateron after using ASM on this file the calculator returnes "Invalid File" ????. What to do ?? Maybe ya know !!

      
Re: 2 essential questions about HP49
Message #2 Posted by Werner Huysegoms on 23 Sept 2002, 4:55 a.m.,
in response to message #1 by Martin

Q1: because the unary operator '-' has lower precedence than y^x. So -1^2 = -(1^2) = -1 Q2: the string file has to end with: <LF>@ The '@' must be the first character in the last line, and no other character may follow it (not a blank, either). There can be many other problems. Post the string if it still doesn't work.

Werner

      
I want ASM info source for the HP49; have any?
Message #3 Posted by Vieira, Luiz C. (Brazil) on 23 Sept 2002, 10:26 a.m.,
in response to message #1 by Martin

Hi;

the title explains itself. When I bought my 48SX I tried SYS RPL (successfuly) and got to the fact that I'd not particularly need the enhancements achieved. Now I'm a lot curious about ASM in the HP49G because the O.S. is upgradable, and (racional) changes can be introduced in the calculator this way. I just want to know the better starting-point (preferably e-docs; finding OR ordering something from outside Brazil is always a headache), because there is no ending-point for this sort of subjects...

Thank you very much.


[ Return to Index | Top of Index ]

Go back to the main exhibit hall