Simple Gates
- NOT Gate

NOT Gate

Syntax

NOT [input label] [output label]

Example

NOT A B

NOT gate can be used to invert the digital logic of a given input signal (Logic high becomes Logic Low and vice-versa). Therefore, NOT Gate only has one input (A pin in example) and one output pin (B pin in example).