ATASCII
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				| Jason Scott  (Talk | contribs) |  (Add header) | ||
| Line 1: | Line 1: | ||
| + | {| | ||
| + | |[[File Formats]] | ||
| + | | > | ||
| + | |[[Electronic File Formats]] | ||
| + | | > | ||
| + | |[[Character Encoding]] | ||
| + | | >  | ||
| + | |[[ATASCII]] | ||
| + | |} | ||
| + | |||
| ATASCII is a eight-bit encoding that was used on Atari computers. It uses most, but not all, of the ASCII printing characters; codes 7B through 7F are different. The characters with the high bit set (80 through FF) are, with some exceptions, inverse video versions of the same code ANDed with 7F. | ATASCII is a eight-bit encoding that was used on Atari computers. It uses most, but not all, of the ASCII printing characters; codes 7B through 7F are different. The characters with the high bit set (80 through FF) are, with some exceptions, inverse video versions of the same code ANDed with 7F. | ||
Revision as of 00:31, 9 November 2012
| File Formats | > | Electronic File Formats | > | Character Encoding | > | ATASCII | 
ATASCII is a eight-bit encoding that was used on Atari computers. It uses most, but not all, of the ASCII printing characters; codes 7B through 7F are different. The characters with the high bit set (80 through FF) are, with some exceptions, inverse video versions of the same code ANDed with 7F.
- [Code table]
- Wikipedia entry on ATASCII
- The Atari Character Set page at Atari-Forum.com
- Atari ATASCII Viewer (Java) on Sourceforge. Last updated in 2001.
- Display of ATASCII on a 40h light panel (Video)
- ATASCII View Windows program for viewing ATASCII characters
- Issue of Analog Computing Magazine (#31) covering ATASCII Animations
- Atari Classic truetype fonts
- File directory containing two ATASCII Telnet Clients for Windows

