|
Always (unconditional)/Always (unconditional) Any.
-
Field type:
Condition
|
|
Carry clear/Less than (C == 0).
-
Field type:
Condition
|
|
Carry set/Greater than, equal, or unordered (C == 1).
-
Field type:
Condition
|
|
Equal/Equal (Z == 1).
-
Field type:
Condition
|
|
Signed greater than or equal/Greater than or equal (N == V).
-
Field type:
Condition
|
|
Signed greater than/Greater than (Z == 0 and N == V).
-
Field type:
Condition
|
|
Unsigned higher/Greater than, or unordered (C == 1 and Z == 0).
-
Field type:
Condition
|
|
HS (unsigned higher or same) is a synonym for CS.
-
Field type:
Condition
|
|
Signed less than or equal/Less than, equal, or unordered
(Z == 1 or N != V).
-
Field type:
Condition
|
|
LO (unsigned lower) is a synonym for CC.
-
Field type:
Condition
|
|
Unsigned lower or same/Less than or equal (C == 0 or Z == 1).
-
Field type:
Condition
|
|
Signed less than/Less than, or unordered (N != V).
-
Field type:
Condition
|
|
Minus, negative/Less than (N == 1).
-
Field type:
Condition
|
|
Not equal/Not equal, or unordered (Z == 0).
-
Field type:
Condition
|
|
The condition code NV exists only to provide a valid disassembly of
the 0b1111 encoding, otherwise its behavior is identical to AL.
-
Field type:
Condition
|
|
Plus, positive or zero/Greater than, equal, or unordered (N == 0).
-
Field type:
Condition
|
|
Unconditional.
-
Field type:
Condition
|
|
No overflow/Not unordered (V == 0).
-
Field type:
Condition
|
|
Overflow/Unordered (V == 1).
-
Field type:
Condition
|