-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathletter_ram.mif
More file actions
45 lines (43 loc) · 1.18 KB
/
letter_ram.mif
File metadata and controls
45 lines (43 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
WIDTH = 64;
DEPTH = 36;
ADDRESS_RADIX = DEC;
DATA_RADIX = HEX;
CONTENT %may be mirrored%
BEGIN
0: 0C1E33333F333300; %A%
1: 3F66663E66663F00; %B%
2: 3C66030303663C00; %C%
3: 1F36666666361F00; %D%
4: 7F46161E16467F00; %E%
5: 7F46161E16060F00; %F%
6: 3C66030373667C00; %G%
7: 3333333F33333300; %H%
8: 1E0C0C0C0C0C1E00; %I%
9: 7830303033331E00; %J%
10: 6766361E36666700; %K%
11: 0F06060646667F00; %L%
12: 63777F7F6B636300; %M%
13: 63676F7B73636300; %N%
14: 1C36636363361C00; %O%
15: 3F66663E06060F00; %P%
16: 1E3333333B1E3800; %Q%
17: 3F66663E36666700; %R%
18: 1E33070E38331E00; %S%
19: 3F2D0C0C0C0C1E00; %T%
20: 3333333333333F00; %U%
21: 33333333331E0C00; %V%
22: 6363636B7F776300; %W%
23: 6363361C1C366300; %X%
24: 3333331E0C0C1E00; %Y%
25: 7F6331184C667F00; %Z%
26: FF00000000000000; %_%
27: 000000C060331E0C; %check%
28: 00C3663C183C66C3; %cross%
29: FF818181818181FF; %head%
30: 0000000000000000; %nothing%
31: 1818181818180000; %no limbs%
32: 18181F1818180000; %1 arm%
33: 1818FF1818180000; %2 arm%
34: 1818FF1818182040; %2 arm, 1 leg%
35: 1818FF1818182442; %2 arm, 2 leg%
END;