static const COND B
below (CF = 1)
static const COND E
equal (ZF = 1)
static const COND NO
not overflow (OF = 0)
static const COND PO
parity odd (PF = 0)
static const COND NA
not above (CF = 1 or ZF = 1)
static const COND NGE
not greater or equal (SF <> OF)
static const COND C
carry (CF = 1)
static const COND G
greater (ZF = 0 and SF = OF)
static const COND NZ
not zero (ZF = 0)
static const COND L
less (SF <> OF)
static const COND AE
above or equal (CF = 0)
static const COND NG
not greater (ZF = 1 or SF <> OF)
static const COND GE
greater or equal (SF = OF)
static const COND NB
not below (CF = 0)
static const COND PE
parity even (PF = 1)
static const COND O
overflow (OF = 1)
static const COND BE
below or equal (CF = 1 or ZF = 1)
static const COND NE
not equal (ZF = 0)
static const COND Z
zero (ZF = 1)
static const COND A
above (CF = 0 and ZF = 0)
static const COND NLE
not less or equal (ZF = 0 and SF = OF)
static const COND P
parity (PF = 1)
static const COND NS
not sign (SF = 0)
static const COND NBE
not below or equal (CF = 0 and ZF = 0)
static const COND NP
not parity (PF = 0)
static const COND NL
not less (SF = OF)
static const COND NAE
not above or equal (CF = 1)
static const COND NC
not carry (CF = 0)
static const COND LE
less or equal (ZF = 1 or SF <> OF)
static const COND S
sign (SF = 1)