Owner`s manual

37
LOAD (load)
Reads out
the
program file.
Format:
LOAD"
[<device
name>
:]
<filename>
"
[<,A>]
Note: Only
FDn
or
CMT device name
Abbreviatied form:
LO.
Explanation:
Reads out program from external memory device.
Specifies the file to be read out depending upon the <device
name>
and
<filename>
description.
If
the device specified by the
DEFAULT
statement
is
designated, the <device
name>
can be omitted.
If
option
"A"
is
applied, BSD file
is
considered
as
ASCII format and
is
read in.
After read-in, time
is
required for conversion.
The filename must not be omitted, but from cassette tape a call out
is
possible
even when the file name
is
omitted.
Examples:
LOAD
"FD1
MZ -
700"
..... The file named "MZ-700"
is
read out from the floppy disk (drive number 1).
LOAD
"c
MT : MZ -
700
"
..... The file named "MZ-700"
is
read out from the cassette tape.