mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-01 05:05:32 +00:00
19 lines
186 B
Plaintext
19 lines
186 B
Plaintext
NAME=ZX80
|
|
EOT=01
|
|
|
|
00=U+0020
|
|
0c-1b=£$:?()-+*/=><;,.
|
|
1c-25=0123456789
|
|
26-3f=ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
|
d4="
|
|
|
|
{pound}=0c
|
|
{q}=d4
|
|
{n}=76
|
|
{b}=77
|
|
{up}=70
|
|
{down}=71
|
|
{left}=72
|
|
{right}=73
|
|
a-z=26
|