1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-12-23 08:29:35 +00:00
millfork/include/encoding/trs80m3.tbl
2020-09-27 18:58:46 +02:00

19 lines
364 B
Plaintext

NAME=TRS-80-Model-3
EOT=00
20=U+0020
21-3f=!"#$%&'()*+,-./0123456789:;<=>?
40-5f=@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
60-7f=`abcdefghijklmnopqrstuvwxyz{|}~±
{b}=08
{t}=09
{n}=0d
{q}=22
{apos}=27
{lbrace}=7b
{rbrace}=7d
; TODO: TRS-80 Model 3 can display katakana, accented Latin letters and some extra symbols
; This involves control codes $15 and $16 in some way