Handle add.w in thumb pseudo

This commit is contained in:
pancake 2015-09-07 17:43:23 +02:00
parent 9f3539023e
commit 148ff0cfd1

View File

@ -23,6 +23,7 @@ static int replace(int argc, const char *argv[], char *newstr) {
{ 2, "add", "1 += 2"},
{ 3, "adds", "1 = 2 + 3"},
{ 3, "addw", "1 = 2 + 3"},
{ 3, "add.w", "1 = 2 + 3"},
{ 0, "adf", "1 = 2 + 3"},
{ 0, "adrp", "1 = 2"},
{ 0, "and", "1 = 2 & 3"},