LF: Store Not Bit

Use this to to invert the state of an input bit and store its logical NOT value into a destination bit.

When the input bit is 1 (TRUE), the output bit is set to 0 (FALSE). Conversely, when the input bit is 0 (FALSE), the output bit is set to 1 (TRUE).

 

Related Topics

RLO

LF: Basic Elements