[Prev] [Next] [Contents] [Commodore] [New] [Search] [Home]

EXAMPLES of LOAD Command:
   LOAD                         (Reads the next program on tape)

   LOAD A$                      (Uses the name in A$ to search)

   LOAD"*",8                    (LOADs first program from disk)

   LOAD"",1,1                   (Looks for the first program on
                                 tape, and LOADs it into the same
                                 part of memory that it came from)


   LOAD"STAR TREK"              (LOAD a file from tape)
   PRESS PLAY ON TAPE
   FOUND STAR TREK
   LOADING
   READY.


   LOAD"FUN",8                  (LOAD a file from disk)
   SEARCHING FOR FUN
   LOADING
   READY.


   LOAD"GAME ONE",8,1           (LOAD a file to the specific
   SEARCHING FOR GAME ONE        memory location from which the
   LOADING                       program was saved on the disk)
   READY.


[Prev] [Next] [Contents] [Commodore] [New] [Search] [Home]
This page has been created by Sami Rautiainen.
Read the small print. Last updated November 08, 1998.