home *** CD-ROM | disk | FTP | other *** search
/ 64'er 1989 July / 64er_Magazin_89-07_1989_Markt__Technik_de_Side_A.d64 / commands (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  112b  |  5 lines

  1. 10 print"[147]":p=10:fori=0to254:x=peek(41118+i)
  2. 20 if x>128 then x=x-128:t=p:p=p+10+40*(p=40):goto40
  3. 30 t=0
  4. 40 print chr$(x)tab(t);:next
  5.