home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1987 October / 1987-10.d64 / cricket.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  681b  |  17 lines

  1. 10 poke 53280,0:poke 53281,0:poke 646,5
  2. 20 print"[147]cricket is the machine language program"
  3. 30 print"accessed by the two demo programs. for"
  4. 40 print"instructions on how to use this program"
  5. 50 print"please consult the horizons article in"
  6. 55 print"the magazine. the file is saved with"
  7. 60 print"the name [153]"chr$(34)"cricket"chr$(34)". the two demo"
  8. 70 print"programs included with the article are"
  9. 75 print"also included on the menu.[155]"
  10. 100 ford=1to40:print"[164]";:next
  11. 110 print"[155]    press any key to reload the menu    [146]"
  12. 120 poke198,0:wait198,1:getdh$
  13. 130 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
  14. 140 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
  15. 150 poke53281,15:poke53280,15
  16. 160 printchr$(142)"[145]          reloading the menu[155]":end
  17.