View Original: | ZX Spectrum character set demo.png (320x240) | |||
Download: | Original | Medium | Small | Thumb |
Courtesy of: | commons.wikimedia.org | More Like This | ||
Keywords: ZX Spectrum character set demo.png Sinclair ZX Spectrum BASIC program which demonstrates the character set for all printable code points; 32 “255 0 “31 are used as control codes <syntaxhighlight lang zxbasic > 10 FOR c 32 TO 255 20 PRINT CHR c; 30 NEXT c </syntaxhighlight> 1982-04-21 own WinTakeAll other versions cc-zero ZX Spectrum screenshots Character sets Fonts for computer monitor displays Bitmap fonts |