1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 03:16:45 +00:00

Add TRS-80 Model 1 and 3 support

This commit is contained in:
Karol Stasiak
2020-09-26 23:52:49 +02:00
parent 3702002541
commit 3a9be16107
16 changed files with 168 additions and 13 deletions
+13
View File
@@ -0,0 +1,13 @@
NAME=TRS-80-Model-1
EOT=00
20=U+0020
21-3f=!"#$%&'()*+,-./0123456789:;<=>?
40-5f=@ABCDEFGHIJKLMNOPQRSTUVWXYZ↑↓←→_
61-7a=abcdefghijklmnopqrstuvwxyz
{b}=08
{t}=09
{n}=0d0a
{q}=22
{apos}=27
+15
View File
@@ -0,0 +1,15 @@
NAME=TRS-80-Model-3
EOT=00
20=U+0020
21-3f=!"#$%&'()*+,-./0123456789:;<=>?
40-5f=@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
60-7f=`abcdefghijklmnopqrstuvwxyz{|}~±
{b}=08
{t}=09
{n}=0d0a
{q}=22
{apos}=27
{lbrace}=7b
{rbrace}=7d