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

  1. 10 ifa=0 then a=1:load"off screen trace",8,1
  2. 20 print"[147][159]      off screen trace acivated"
  3. 30 a$="sys34816[154]"+chr$(13):poke198,len(a$)
  4. 40 fori=1tolen(a$):poke630+i,asc(mid$(a$,i)):next
  5. 50 print"":new
  6.