APPCHR |
Appends contents of the ALPHA register at the end of the current
record in the working ASCII file. |
APPREC |
Appends contents of the ALPHA register to the working ASCII file
as a new record. |
ARCLREC |
Appends a record or portion of a record from the working file to
the contents of the ALPHA register. Stops when the ALPHA register is
full or when the end of the record is reached. |
CRFL |
Clears a data file or ASCII file. Requires file name in the ALPHA
register. |
CRFLAS |
Creates an ASCII file. Requires file name in the ALPHA register
and file length (registers) in the X-register. |
CRFLD |
Creates a data file. Requires file name in the ALPHA register and
file length in the X-register. |
DELCHR |
Deletes the number of characters indicated by the X-register from
the current record, starting from the character pointer. |
DELREC |
Deletes the current record in the working ASCII file. |
EMDIR |
Displays a list of the files in extended memory and returns the
number of registers that remain unused. |
FLSIZE |
Returns the number of registers in a file. Requires file name in
the ALPHA register. |
GETAS |
Copies an ASCII file from an HP-IL mass storage device to
extended memory. Requires the source file name and (if different) the
destination file name, in the ALPHA register. |
GETP |
Replaces the last program in main memory with the contents of the
program file named in the ALPHA register. |
GETR |
Copies an entire data file into main memory, beginning with
register 00. Requires file name in the ALPHA register. |
GETREC |
Clears the ALPHA register and copies up to 24 characters from the
current record in the working ASCII file to the ALPHA register. |
GETRX |
Copies registers from the working data file to a block of main
memory specified by a number in the form bbb.eeein the
X-register. |
GETSUB |
Copies the program file named in the ALPHA register to the end of
program storage in main memory. |
GETX |
Copies the current register in the working data file to the
X-register. |
INSCHR |
Inserts the contents of the ALPHA register into the current
record ahead of the current character position. |
INSREC |
Inserts the contents of the ALPHA register ahead of the current
record as a new record. |
POSFL |
Scans the working ASCII file for a match with the string in the
ALPHA register. Returns pointer index (rrr.eee) to the
X-register if a match is found, -1 if no match is found. |
PURFL |
Purges the file named in the ALPHA register. |
RCLPT |
Recalls the pointer index from the working file to the
X-register. The pointer index is in the form rrr (register
number) for data files, rrr.ccc (record number and character
position) for ASCII files, or bbbb (number of bytes) for
length of program file. |
RCLPTA |
Recalls the pointer index or length of program from the file
named in the ALPHA register to the X-register. |
SAVEAS |
Copies an ASCII file from extended memory to an HP-IL mass
storage device. Requires the source file name and (if different) the
destination file name in the ALPHA register. |
SAVEP |
Copies the program named in the ALPHA register to extended
memory. |
SAVER |
Copies all the data registers in main memory to the data file
named in the ALPHA register. |
SAVERX |
Copies the block of main memory data registers specified by the
number in the X-register (bbb.eee) to the working data file,
starting at the current pointer position. |
SAVEX |
Copies the contents of the X-register to the working file at the
current pointer position. |
SEEKPT |
Positions the pointer or pointers in the working file using an
index number in the X-register. Requires index in the form rrr
(register number) for data files or rrr.ccc (record number and
character position) for ASCII files. |
SEEKPTA |
Positions the pointer or pointers in the file named In the ALPHA
register using an index number in the X-register. Requires index in
the form rrr (register number) for data files or
rrr.ccc (record number and character position) for ASCII
files. |