Mattel Aquarius character set
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Character Encodings |released=1983 }} The '''Mattel Aquarius''' (see Mattel Aquarius BASIC tokenized file for more information ...") |
m |
||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
− | |subcat=Character | + | |subcat=Character encoding |
|released=1983 | |released=1983 | ||
}} | }} |
Latest revision as of 22:19, 4 March 2016
The Mattel Aquarius (see Mattel Aquarius BASIC tokenized file for more information on it) used an 8-bit character set (with 256 characters in the code position range of 0 to 255) that was based on ASCII. The "high-bit" characters (128-255) and the C0 controls were filled in with graphical characters. (Some of the control characters would have to be poked directly into screen memory to see their graphical renditions, since printing a tab, formfeed, carriage return, or bell character would have the control effect rather than the graphical one.)
[edit] Character chart
- Character set graphic
- You can also use the JSMESS emulation below to go to BASIC command line mode and type
PRINT CHR$(i)
for various values ofi
in order to see specific code points.