mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-13 07:57:35 +00:00
add support for jb instruction in pseudo asm (#5818)
This commit is contained in:
parent
f5b255603a
commit
6ecc34b2c0
@ -55,6 +55,7 @@ static int replace(int argc, const char *argv[], char *newstr) {
|
||||
{ "in", "1 = io[2]"},
|
||||
{ "inc", "1++"},
|
||||
{ "ja", "isAbove 1)"},
|
||||
{ "jb", "isBelow 1)"},
|
||||
{ "jbe", "isBelowOrEqual 1)"},
|
||||
{ "je", "isZero 1)"},
|
||||
{ "jg", "isGreater 1)"},
|
||||
|
Loading…
Reference in New Issue
Block a user