Skip to content

Commit 6f2942c

Browse files
committed
thstd: add all v0-instructions in pre-th10
Types are not necessarily correct.
1 parent a4d62dd commit 6f2942c

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

thstd/thstd.c

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ unsigned int option_version;
4545
/* Some of the S's here are actually colors. */
4646
static const id_format_pair_t formats_v0[] = {
4747
{ 0, "Sff" },
48-
{ 1, "Sff" },
48+
{ 1, "Cff" },
4949
{ 2, "Sff" },
5050
{ 3, "Sff" },
51-
{ 4, "Sff" },
51+
{ 4, "SSS" },
5252
{ 5, "Sff" },
5353
{ 6, "SSf" },
5454
{ 7, "fff" },
@@ -58,6 +58,27 @@ static const id_format_pair_t formats_v0[] = {
5858
{ 11, "fff" },
5959
{ 12, "Sff" },
6060
{ 13, "Sff" },
61+
{ 14, "Sff" },
62+
{ 15, "Sff" },
63+
{ 16, "Sff" },
64+
{ 17, "Sff" },
65+
{ 18, "Sff" },
66+
{ 19, "Sff" },
67+
{ 20, "Sff" },
68+
{ 21, "Sff" },
69+
{ 22, "Sff" },
70+
{ 23, "SSS" },
71+
{ 24, "SSS" },
72+
{ 25, "SSS" },
73+
{ 26, "SSS" },
74+
{ 27, "SSS" },
75+
{ 28, "SSS" },
76+
{ 29, "SSS" },
77+
{ 30, "SSS" },
78+
{ 31, "SSS" },
79+
{ 32, "SSS" },
80+
{ 33, "SSS" },
81+
{ 34, "SSS" },
6182
{ 0, NULL }
6283
};
6384

0 commit comments

Comments
 (0)