Commodore VIC-20 User Manual page 121

Hide thumbs Also See for VIC-20:
Table of Contents

Advertisement

Now let's say that you've come back to the VIC and you want to use
that program you stored away. The command for this is LOAD. Type
the word LOAD, and you can follow it with a program name
(enclosed in quotes) if you like. The VIC says;
PRESS PLAY ON TAPE
You must press only the PLAY key on the recorder. The VIC will
now say:
SEARCHING FOR name
Just as in VERIFY, the VIC lets you know of any programs or files
encountered until the matching name. Then this message appears:
FOUND name
LOADING
When the program is loaded, the VIC says:
OK
READY.
Now the program is ready to be LISTedT RUN, or any other
operation, just as if you had just typed it all in.
PROGRAM 1: WRITE-TO-TAPE
10 PRINT" | r
^ WRJTE-TO-TAPE PROGRAM"
20 OPEN I.I.V'DATA FILE"
30 PRINT"NOW TYPE DATA TO BE"
^PRINT'STOREDORTYPE
W-:|
Jflj^ STOP
50 PRINT
60 INPUT"DATA";A$
70PRtNT#1,A£
80 IFA$<>"STOP"THEN50
90 PRINT
100PRINT"CLOSING FILE"
110 CLOSE 1
111

Advertisement

Table of Contents
loading

Table of Contents