home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1991 January / 1991-01.d64 / formatter.boot (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  238b  |  7 lines

  1. 1 ifa=0 then print"[147]         loading list formatter"
  2. 2 ifa=0 then print"              please wait"
  3. 10 ifa=0 then a=1:load"list formatter",8,1
  4. 20 a$="poke53280,14:poke53281,6:run"+chr$(13):poke198,len(a$)
  5. 30 fori=1tolen(a$):poke630+i,asc(mid$(a$,i)):next
  6. 40 new
  7.