home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1988 November / 1988-11.d64 / supra.boot (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  394b  |  17 lines

  1. 10 rem copyright 1988 compute! publications, inc. - all rights reserved
  2. 20 print"[147]   copyright 1988 compute! pub., inc."
  3. 30 printtab(11)"all rights reserved":fori=1to2000:next
  4. 40 a$="supra.demo"
  5. 50 print"[147]"
  6. 60 print"load";chr$(34);"supratechnic";chr$(34);",8,1"
  7. 70 print""
  8. 80 print"sys2061:sys2086"
  9. 90 print:print
  10. 100 print"load";chr$(34);a$;chr$(34);",8"
  11. 110 print""
  12. 120 print"sys2083:run"
  13. 130 print"";
  14. 140 poke198,4
  15. 150 fori=0to3:poke631+i,13:next
  16. 160 end
  17.