home *** CD-ROM | disk | FTP | other *** search
/ Floppy Magazine 1988 #2 / Floppy_Magazine_88-2_1988_Megasystems_Oy_fi_Side_B.d64 / clear-ohjeet (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  560b  |  13 lines

  1. 0 remark: clear -ohjeet! by t.luode.(NULL)
  2. 1 print"[154][147]clear -apuohjelman ohjeet:":poke53280,0:poke53281,0
  3. 2 print"clear -progis on tehty tyhjentamaan"
  4. 3 print"muisti kaikesta roskasta."
  5. 4 print"ohjelmaa voi kayttaa esim. ennen kone-kielimonitorin latausta."
  6. 5 print"ohjelman suoritus on todella nopea!"
  7. 6 print"progis latautuu kirjoittamalla:"
  8. 7 ch$=chr$(34)
  9. 8 print"load";ch$;"clear";ch$;",8,1"
  10. 9 print"(...ohjelma kaynnistyy itsestaan!!!)"
  11. 10 print"paina jotain!!!!";:poke198,0:wait198,1:poke198,0:print
  12. 11 print"[147]";ch$;"menu";ch$;",8,1":poke198,1:poke631,131:new
  13.