mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-24 14:54:54 +00:00
Handle add.w in thumb pseudo
This commit is contained in:
parent
9f3539023e
commit
148ff0cfd1
@ -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"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user