add support for jb instruction in pseudo asm (#5818)

This commit is contained in:
Greynad 2016-09-21 16:04:21 +02:00 committed by Maijin
parent f5b255603a
commit 6ecc34b2c0

View File

@ -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)"},