home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1993 August / 1993-08.d64 / overdrive.pd (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  353b  |  11 lines

  1. 10 print"[147]":poke53280,6:poke53281,6
  2. 20 a$="[207]verdrive is a very large program":gosub500
  3. 30 a$="and cannot be run from the [199]azette":gosub500
  4. 40 a$="[205]enu program. [212]o run, initialize your":gosub500
  5. 50 a$="computer and load "+chr$(34)+"[207][214][197][210][196][210][201][214][197]"+chr$(34):gosub500
  6. 60 a$="manually from this disk.":gosub500:print:print
  7. 70 stop
  8. 500 y=int((40-len(a$))/2)
  9. 510 for x=1 to y:printchr$(32);:next
  10. 520 print a$:return
  11.