home *** CD-ROM | disk | FTP | other *** search
/ 64'er Special 69 / 64er_Magazin_Sonderheft_69_19xx_Markt__Technik_de_Side_B.d64 / minidisass (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  151b  |  6 lines

  1. 20 input"startadresse";sa
  2. 40 printsa:forx=0to3:pe=peek(sa+x):pa=pe:ifpe<32orpe<160andpe>127thenpe=46
  3. 80 print"[145]"tab(6+x*4)patab(25+x)chr$(pe):next:sa=sa+4
  4. 90 ifpeek(197)<>64thenend
  5. 100 goto40
  6.