home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1992 October / 1992-10.d64 / scan.loader (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  214b  |  9 lines

  1. 10 poke53280,6:poke53281,6:print"[147]"
  2. 20 if a=255 then 40
  3. 30 a=255:load"scan64",8,1
  4. 40 a$="[211][195][193][206] 64 is in place.":gosub1000
  5. 50 a$="[212]o activate, use [211][217][211] 49152.":gosub1000
  6. 60 new
  7. 1000 for x=1 to (20-len(a$)/2):printchr$(32);:next
  8. 1010 printa$:return
  9.