home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1990 April / 1990-04.d64 / ex.boot (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  574b  |  17 lines

  1. 5 poke53280,0:poke53281,0
  2. 10 print"[147][152] execution analyzer is accompanied by"
  3. 20 print" a short demo program that you can"
  4. 30 print" analyze with the main program. after"
  5. 40 print" execution analyzer is activated, type:"
  6. 50 print"[158] load"chr$(34)"ex.demo"chr$(34)",8"
  7. 60 print" run[152]"
  8. 70 print" execution analyzer will compile run-"
  9. 80 print" time statistics on the program, then"
  10. 90 print" present you with a report."
  11. 91 print"press any key to run execution analyzer[146]"
  12. 92 get a$:ifa$=""then92
  13. 93 print"[147]new"
  14. 100 print"load";chr$(34);"ex.bas";chr$(34);",8"
  15. 110 print"run"
  16. 120 poke198,4:poke631,19:poke632,13:poke633,13:poke634,13
  17.