Commodore 2001-8 User Manual page 138

Table of Contents

Advertisement

NEW
RUN
SAVE
VERIFY
RUN
RUN 200
SAVE
SAVE "HURKLE"
SAVE "HURKLE", 2
SAVE "HURKLE", 2,1
VERIFY "HURKLE"
C·2
where they used to be. Strings can be
forced to exist in permanent string
variable storage by performing an operation
on them prior to LOAD, e.g. A$=A$+"
OJ.
WARNING: On an overlay LOAD, the
overlaying program must have a text
storage requirement less than or equal to
the previous program. If this is not true,
then the variables will be overwritten
because they are stored immediately after
text in memory.
Deletes current program and all variables.
Starts execution of the program currently
in memory at the lowest numbered
statementment. RUN deletes all variables
(like CLR) and restores DATA. If you have
stopped your program and wish to continue
execution at some point in the program,
use a direct GOTO statement to start
execution of your program at the desired
line.
Optionally starts RUN at the specified line
number.
Save BASIC text on cassette #1.
Save and name the file on cassette #1.
Save on 2nd cassette unit.
Save and write end of tape block.
Same parameters as LOAD. Compares
contents of memory with file and reports
success/failure of compare.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pet 2001-8

Table of Contents