The Museum of HP Calculators

HP Forum Archive 05

[ Return to Index | Top of Index ]

List program modules
Message #1 Posted by Freda on 8 Jan 2001, 10:28 a.m.

Hi Anybody knows if it is possible to list a program from a software module for the HP 71 or HP 41 calculator ?

Br

      
Re: List program modules
Message #2 Posted by db on 8 Jan 2001, 9:02 p.m.,
in response to message #1 by Freda

i think you are asking for the i.l. and i.r. function PRP. ie PRintProgram.

      
Re: List program modules
Message #3 Posted by Rupert (European Union) on 8 Jan 2001, 10:21 p.m.,
in response to message #1 by Freda

> Hi Anybody knows if it is possible to list a program from > a software module for the HP 71 or HP 41 calculator ?

With the HP-41, in order to list a ROM module program just type in GTO <label>. Switching to PRGM mode you'll be able to list the program (but not to edit it).

In order to copy it in the RAM, type in COPY <label>. Let's say you want to copy the root solver packed in the Math I module (just an example): XEQ [alpha] COPY [alpha] [alpha] SOLVE [alpha].

      
Re: List program modules
Message #4 Posted by Reinhard Hawel on 9 Jan 2001, 4:10 p.m.,
in response to message #1 by Freda

Copy your HP71 BASIC program into main memory and unprotect it with one of the numerous utilities created for that purpose. An example is one of the special POKE programs, that allow tampering with the file header (The built-in POKE doesn't allow that)

If you need such a utility, then please email. I'll try to supply such a program somehow.

It's not easy printing LEX or BIN files (you have to disassemble them for that purpose. For the Forth/Assembler ROM there's an Internal Design Description.


[ Return to Index | Top of Index ]

Go back to the main exhibit hall