Download Print this page

HP 82713A Owner's Manual page 15

Plug-in module simulator
Hide thumbs Also See for 82713A:

Advertisement

100 A$="Progl"
110 B$=' :roma'
120 COPY A$ to B$
Assigns string variable.
Assigns string variable.
Copies Progl file from
the
HP-75 to
bank A under the same name.
Transferring Individual Files From the PMS to the HP-75.
COPY 'filename' TO 'filename'
This command will copy a specified file from a PMS bank to the HP-75.
It
is
the
same
as the HP-75 COpy command.
No device specifier is required, since
the HP-75 will determine where the file is located so long as the
file
name
is used in only one bank.
Example:
COPY 'Tl' TO 'Testl'
Copies file Tl from a PMS bank to the
HP-75 and renames it Testl.
Transferring A Complete Bank From the PMS to the HP-75.
COPY 'ALL:device' TO 'filename'
This command will copy the complete set of files in a particular PMS bank
to
the
HP-75 and designate them as a single ROM file.
Example:
COPY'all:romf' TO 'End'
16
Copies all the files in bank F to the
HP-75 as a single ROM file and names
it
End.
I

Advertisement

loading