Skip to content

Commit 1ea41ad

Browse files
committed
thecl: Add support for th15
Issue #3 Two new instructions are found. ID 546: SS ID 549: S
1 parent f4081af commit 1ea41ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

thecl10.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,8 @@ static const id_format_pair_t th143_fmts[] = {
800800
};
801801

802802
static const id_format_pair_t th15_fmts[] = {
803+
{ 546, "SS" },
804+
{ 549, "S" },
803805
{ 569, "S" },
804806
{ -1, NULL }
805807
};

0 commit comments

Comments
 (0)