Skip to content

Commit

Permalink
thstd: add all v0-instructions in pre-th10
Browse files Browse the repository at this point in the history
Types are not necessarily correct.
  • Loading branch information
Nutzer committed Jul 23, 2020
1 parent a4d62dd commit 6f2942c
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions thstd/thstd.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ unsigned int option_version;
/* Some of the S's here are actually colors. */
static const id_format_pair_t formats_v0[] = {
{ 0, "Sff" },
{ 1, "Sff" },
{ 1, "Cff" },
{ 2, "Sff" },
{ 3, "Sff" },
{ 4, "Sff" },
{ 4, "SSS" },
{ 5, "Sff" },
{ 6, "SSf" },
{ 7, "fff" },
Expand All @@ -58,6 +58,27 @@ static const id_format_pair_t formats_v0[] = {
{ 11, "fff" },
{ 12, "Sff" },
{ 13, "Sff" },
{ 14, "Sff" },
{ 15, "Sff" },
{ 16, "Sff" },
{ 17, "Sff" },
{ 18, "Sff" },
{ 19, "Sff" },
{ 20, "Sff" },
{ 21, "Sff" },
{ 22, "Sff" },
{ 23, "SSS" },
{ 24, "SSS" },
{ 25, "SSS" },
{ 26, "SSS" },
{ 27, "SSS" },
{ 28, "SSS" },
{ 29, "SSS" },
{ 30, "SSS" },
{ 31, "SSS" },
{ 32, "SSS" },
{ 33, "SSS" },
{ 34, "SSS" },
{ 0, NULL }
};

Expand Down

0 comments on commit 6f2942c

Please sign in to comment.