home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1987 December / 1987-12.d64 / instant.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  590b  |  16 lines

  1. 10 poke 53280,0:poke 53281,0
  2. 20 print"[147]the instant 80 program is written"
  3. 30 print"to work with [153]speedscript."
  4. 40 print"we suggest you copy the file named[155]"
  5. 50 printchr$(34)"instant 80"chr$(34)" to a disk that contains"
  6. 60 print"speedscript and then consult the"
  7. 70 print"article for instructions on how to"
  8. 80 print"use the program.[155]"
  9. 90 ford=1to40:print"[164]";:next
  10. 100 print"[155]    press any key to reload the menu    [146]"
  11. 110 poke198,0:wait198,1:getdh$
  12. 120 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
  13. 130 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
  14. 140 poke53281,15:poke53280,15
  15. 150 printchr$(142)"[145]          reloading the menu[155]":end
  16.