Flag conditions

Asmc Macro Assembler

Asmc Macro Assembler Reference

Flag conditions

The options listed may be used as directive .IFxx, .WHILExx, and .UNTILxx.

xx
ANBEAbove | Not Below or Equal
BC/NAEBelow | Carry | Not Above or Equal
GNLEGreater | Not Less or Equal (signed)
LNGELess | Not Greater or Equal (signed)
OOverflow (signed)
PPEParity | Parity Even
SSigned (signed)
ZEZero | Equal
NABENot Above | Not Below or Equal
NBNC/AENot Below | Not Carry | Above or Equal
NGLENot Greater | Less or Equal (signed)
NLGENot Less | Greater or Equal (signed)
NONot Overflow (signed)
NPPONo Parity | Parity Odd
NSNot Signed (signed)
NZNENot Zero | Not Equal

Note that if used with condition the directive may have a different meaning.

See Also

Directives Reference | Signed compare | Return code