Fix pseudo avr ldi instruction (#9402)

This commit is contained in:
fcasal 2018-02-17 15:02:09 +00:00 committed by radare
parent f8cf84e065
commit 8d665765a6

View File

@ -60,7 +60,7 @@ static int replace(int argc, const char *argv[], char *newstr) {
{ "brlt", "if(var < 0) goto A"},
{ "mov", "A = B"},
{ "movw", "A+1:A = B+1:B"},
{ "ldi", "A = *(B)"},
{ "ldi", "A = B"},
{ "lds", "A = *(B)"},
{ "ld", "A = *(B)"},
{ "ldd", "A = *(B)"},