home *** CD-ROM | disk | FTP | other *** search
- 10 rem copyright 1988 compute! publications, inc. - all rights reserved
- 20 print"[147] copyright 1988 compute! pub., inc."
- 30 printtab(11)"all rights reserved":fori=1to2000:next
- 40 a$="supra.demo"
- 50 print"[147]"
- 60 print"load";chr$(34);"supratechnic";chr$(34);",8,1"
- 70 print""
- 80 print"sys2061:sys2086"
- 90 print:print
- 100 print"load";chr$(34);a$;chr$(34);",8"
- 110 print""
- 120 print"sys2083:run"
- 130 print"";
- 140 poke198,4
- 150 fori=0to3:poke631+i,13:next
- 160 end
-