home *** CD-ROM | disk | FTP | other *** search
/ 64'er / 64ER_CD.iso / sh1x / sh16a.d64 / char.gen (.txt) < prev    next >
Commodore BASIC  |  1995-03-30  |  89b  |  5 lines

  1. 10 OPEN1,8,1,"ADD-CHAR,P,W"
  2. 20 PRINT#1,CHR$(0)CHR$(224);
  3. 30 FORI=16384TO18431:PRINT#1,CHR$(PEEK(I));:NEXT
  4. 40 CLOSE1
  5.