List Of Basic - Sharp MZ-80A Owner's Manual

Hide thumbs Also See for MZ-80A:
Table of Contents

Advertisement

107
1.5
List of
BASIC interpreter SA-5510 commands, statements
and functions
1.5.1
Commands
LOAD
LOAD "A"
Loads the BASIC
text
assigned the file
name
from
the cassette
tape into
the
text
area.
LIMIT SAOOO: LOAD
"B"
To load
a machine language
program file
to
be linked with a BASIC
text,
the BASIC area of memory
must
be partitioned
from the ma¬
chine language
area
by the LIMIT statement.
Note: When a LOAD command is
executed
for a BASIC
text file,
the text
area
is
cleared of any programs
previously stored
.
SAVE
SAVE
"C"
Assignes
the file
name "C"
to
the
BASIC
text in the text
area and
stores
it
on
the cassette tape. File
name
is valid
up to 16 characters.
RUN
RUN
Executes the BASIC
text
in the
text
area from the
top.
Note: The RUN command clears all variables (fills them
with 0
or
null string) before running text.
RUN 1 000
Executes the BASIC text
starting at
line number 1000.
VERIFY
VERIFY "C"
This command compares the program contained in the BASIC
text
area with
its equivalent text assigned the
file name "C" in the cas¬
sette tape file.
AUTO
AUTO
Automatically
generates and assigns
line numbers
10, 20,
30
during creation.
AUTO 200, 20
Automatically
generates
line numbers
at
intervals 20
starling
at
line
200.
200,
220.
240
An
AUTO
command is terminated by pressing the
(
BREAK !
key.
LIST
LIST
Displays all
lines of
BASIC
text
currently contained in the text
area,
LIST -500
Displays all lines of
BASIC
text
up
through line
500.
LIST/P
LIST/P
Prints
out
all lines contained in the
BASIC
text
area on the line
printer.
NEW
NEW
Clears the
text
area
and variable
area.
Further,
disestablishes the
machine language
program area
set by
a
LIMIT
statement by removing the partition.

Advertisement

Table of Contents
loading

Table of Contents