User`s manual

Local Logic Language Syntax
GFK-1742A Chapter 12 Local Logic Language Syntax 12-15
12
Operator BWNOT
The BWNOT operator returns the ones complement of the source parameter.
Syntax 1
destination := BWNOT source;
Syntax 2
IF BWNOT source THEN
The BWNOT operator syntax has these parts:
Part Description
Destination Any writeable local logic variable except Dxx registers.
source1 Any readable local logic variable/constant except Dxx registers.
Remarks
Syntax 1 is used for assignment, syntax 2 is used in a conditional evaluation.