home *** CD-ROM | disk | FTP | other *** search
- 100 rem sa=0.. gross-/grafikmodus
- 110 open4,4:rem identisch mit open4,4,0
- 130 a$="0123456789abcdef"
- 140 print#4," ";
- 150 fori=0to15
- 160 print#4,mid$(a$,i+1,1)" ";
- 170 nexti
- 180 print#4
- 190 :
- 200 forj=0to15
- 210 print#4,mid$(a$,j+1,1)" ";
- 220 print#4,sp$;" ";
- 230 print#4,chr$(j+32)" "chr$(j+48)" ";
- 240 print#4,chr$(j+64)" "chr$(j+80)" ";
- 250 print#4,chr$(j+96)" "chr$(j+112)" ";
- 260 print#4," ";
- 270 print#4,chr$(j+160)" "chr$(j+176)" ";
- 280 print#4,chr$(j+192)" "chr$(j+208)" ";
- 290 print#4,chr$(j+224)" "chr$(j+240)" "
- 300 nextj
- 310 fork=1to8:print#4:nextk
- 320 close4
-