1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-01-10 20:29:35 +00:00
millfork/include/encoding/trs80m3.tbl

19 lines
364 B
Plaintext
Raw Normal View History

2020-09-26 23:52:49 +02:00
NAME=TRS-80-Model-3
EOT=00
20=U+0020
21-3f=!"#$%&'()*+,-./0123456789:;<=>?
40-5f=@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
60-7f=`abcdefghijklmnopqrstuvwxyz{|}~±
{b}=08
{t}=09
2020-09-27 18:58:46 +02:00
{n}=0d
2020-09-26 23:52:49 +02:00
{q}=22
{apos}=27
{lbrace}=7b
{rbrace}=7d
2020-09-27 18:58:46 +02:00
; 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