Alpha Branch/Components/NOT

From Turing Complete
wip
wip

This page descibes the early access verion 0.1346 Beta. It may not be completely correct for the the current stable version, nor the latest unstable version. Help us update it, and you get a cookie.

stub
stub

This page is a stub. Help us expand it, and you get a cookie.

NOT Gate[edit | edit source]

NOT
Type bit
Gates 1
Delay 1
Unlocked by NOT Gate

The NOT gate takes in one bit as input and outputs the state the bit is not in. If it is it returns , and vice versa.

NOT Gate truth table
Input Output
0 1
1 0