Logical instructions
Use Logical instructions to perform logical operations.
Instruction | Description |
---|---|
Performs a Boolean AND operation between two or more values. | |
Performs a bit-to-bit AND between two Integer values. | |
Multiplexer between four BOOL inputs, outputs a BOOL value. | |
Multiplexer between eight BOOL inputs, outputs a BOOL value. | |
Converts Boolean values to negated values. | |
Integer bit-to-bit negation mask, inverts a parameter value. | |
Boolean OR of two or more values. | |
Integer OR bit-to-bit mask, turns bits on. | |
Resets dominant (highest priority when determining instruction behavior) bistable. | |
Set dominant bistable. | |
Provides the value of the output based on the combination of inputs. | |
Boolean exclusive OR of two values. | |
Integer exclusive OR bit-to-bit mask, returns inverted bit values. |
Provide Feedback