home *** CD-ROM | disk | FTP | other *** search
- 5 rem strichcursor
- 10 print"[147]":fori=0to255:pokei+1024,i:next:printchr$(142):rem grafikzeichen an
- 20 poke53272,25:rem neue zeichenbasis
- 30 fori=0to1024:poke56334,0:poke1,51
- 40 pokei+8192,peek(i+53248):pokei+9216,peek(i+53248)
- 50 poke1,55:poke56334,1:next:rem kopieren des zeichensatzes teil 1 ins ram
- 60 printchr$(14):rem kleinschrift an
- 70 fori=2048to3072:poke56334,0:poke1,51
- 80 pokei+8192,peek(i+53248):pokei+9216,peek(i+53248)
- 90 poke1,55:poke56334,1:next:rem kopieren des zeichensatzes teil 2 ins ram
- 100 fori=1024to2047step8:pokei+8199,255:pokei+10247,255:next
- 110 poke44,48:poke48*256,0:new
-