home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1985 December / 1985-12.d64 / variable.boot (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  396b  |  12 lines

  1. 10 poke53280,14:poke53281,14:f$="nt"
  2. 20 print"[147] the gazette disk is write protected!
  3. 30 [153]" to use stopvariable saver you must copy
  4. 40 print" the file [144]"chr$(34)"variable saver"chr$(34)" onto
  5. 41 [153]" another disk.
  6. 50 print"[144]    [press any key to reload menu][154]"
  7. 60 poke198,0:wait198,1:getmt$
  8. 70 print"[147][154]load";chr$(34);f$;chr$(34);",8"
  9. 80 a$=chr$(13)+"run"+chr$(13)
  10. 90 fori=1tolen(a$):poke630+i,asc(mid$(a$,i)):next:poke198,i-1
  11. 100 new
  12.