home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1986 June / 1986-06.d64 / helper.boot (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  496b  |  14 lines

  1. 10 poke53280,6:poke53281,6:f$="helper/64"
  2. 20 print"[147][159] the gazette disk is write protected.
  3. 30 [153]" help screensopen will attempt to write
  4. 35 print" a file to the disk. please insert a"
  5. 40 print" different disk after help screens[159] is
  6. 41 [153]" loaded.
  7. 50 print"  press any key to load help screens"
  8. 60 poke198,0:wait198,1:getmt$
  9. 70 print"[147]          loading "chr$(34)"helper/64"chr$(34)""
  10. 71 print"load";chr$(34);f$;chr$(34);",8"
  11. 80 a$=chr$(13)+"run"+chr$(13)
  12. 90 fori=1tolen(a$):poke630+i,asc(mid$(a$,i)):next:poke198,i-1
  13. 100 new
  14.