The Museum of HP Calculators

HP Forum Archive 07

[ Return to Index | Top of Index ]

HP-71B ROM Transfers - Possible? How?
Message #1 Posted by Mike on 5 Dec 2001, 10:43 a.m.

Say I have an application ROM. Can that data be transferred to a file, say on a Digital Data Drive or battery backed up RAM, such that:

1) if stored on the Digital Data Drive, it can be downloaded to a RAM Module and executed as if it were the original ROM

OR

2) if it is transferred to a battery backed up RAM be executed as if it were in the original ROM?

Is there such a transfer program or process? Where?

Thanks,

      
Re: HP-71B ROM Transfers - Possible? How?
Message #2 Posted by Reinhard Hawel on 5 Dec 2001, 3:39 p.m.,
in response to message #1 by Mike

PEEK$ prohibits peeking out of protected files. There were some special tools (for example a PEEK$ without this check) and some copy programs (I believe).

Normally you create a TEXT file in the same size, peek the data out of the protexted source file nibble for nibble and poke it into the text file. Then you change the file header of the text file to the type of the original file and you have a perfext copy. You can do this file for file.

Remember, that non-protected files can be copied simply with COPY. This method doesn't work with the FORTH/Assembler and the translator ROM.

I can check my collection of software and send you such a program.

Is it a special module or one of the common HP ROMs ?

            
Wasn't there a simple way
Message #3 Posted by Joe Panico on 5 Dec 2001, 3:57 p.m.,
in response to message #2 by Reinhard Hawel

Reinhard,

I copied the Text Formatter from ROM and made a listing. It wasn't using PEEK's, I'm just not that good (smart, experienced). So, what other simple command would do the same?

Joe

                  
Re: Wasn't there a simple way
Message #4 Posted by Reinhard Hawel (Austria) on 6 Dec 2001, 3:20 p.m.,
in response to message #3 by Joe Panico

This ROM isn't protected, I believe. I'll check some of my ROMs later.

Then it's surely easiest to use COPY . Seems I'm thinking a little too complicated.

                        
Re: Wasn't there a simple way
Message #5 Posted by J-F Garnier on 7 Dec 2001, 6:33 a.m.,
in response to message #4 by Reinhard Hawel (Austria)

The easiest way is to use the ROMCOPY function (ROMCOPY lex I believe) that was made by HP. You can save an entire ROM image on disk, then load it in a RAM module.

                              
Re: Wasn't there a simple way
Message #6 Posted by Reinhard Hawel on 11 Dec 2001, 5:34 a.m.,
in response to message #5 by J-F Garnier

Hey thanks, that was the name. Seems it's a lot easier now to find the file on my disks...

                              
Re: Wasn't there a simple way
Message #7 Posted by Christian Dehnke on 13 Dec 2001, 2:51 p.m.,
in response to message #5 by J-F Garnier

Hi, I found the romcopy lex but I did not found the parameter description. Can somebody send them to me (us)? Thanks a lot, Chris


[ Return to Index | Top of Index ]

Go back to the main exhibit hall