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