Post Reply 
How do I copy a a RAM-module from one 71B to another?
04-06-2016, 11:06 AM
Post: #2
RE: How do I copy a a RAM-module from one 71B to another?
Yes, you can use COPY from one HP71 to the other one.
On one HP71 (let's the destination), first do CONTROL OFF, then COPY :LOOP [TO :PORT(x)]
On the other HP71 (let's the source), just do RESTORE IO then COPY file TO :HP71.
At the end, you may do CONTROL ON of the first HP71.

To copy a whole port, use ROMCOPY instead of COPY:
HP71 (dest): ROMCOPY :LOOP TO :PORT(x)
HP71 (src) : ROMCOPY :PORT(x) TO :HP71

J-F
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How do I copy a a RAM-module from one 71B to another? - J-F Garnier - 04-06-2016 11:06 AM



User(s) browsing this thread: 1 Guest(s)