Table of Contents

Advertisement

SAVE
Purpose
The SAVE instruction stores the program currently on
memory in the disk file.
Forn
SAVE <filename>[,A|P|Q]
Description
The
(1) <filename> is the name given to the program,
program is loaded into memory again if it is called
using this name.
(2) If A is specified, the program is written into the
disk using the ASCII code (as program characters). If P
is specified, the program is converted into the inter­
mediate code before writing into the disk. If this is
omitted, P is assumed.
(3) The option Q is for the program protection.
If the
program was saved with this option, the listing is
inhibited for the program when it is reloaded to the
memory.
Therefore, it cannot be modified using the
editor.
This program cannot be saved again.
(This is
used to inhibt the program to be copied because the
contents are secret.)
(10 Use the character expression for <filename>.
3-82

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents