home *** CD-ROM | disk | FTP | other *** search
/ 64'er Special 47 / 64er_Magazin_Sonderheft_47_19xx_Markt__Technik_de_Side_B.d64 / hex-demo (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  94b  |  10 lines

  1. 10 sys51200
  2. 20 open4,4
  3. 30 fori=0to255
  4. 40 print#4,chr$(i);
  5. 50 next
  6. 60 fori=1to11
  7. 70 print#4,chr$(0);
  8. 80 next
  9. 90 close4
  10.