m (Gelthor moved page 1-bit Not to Component/NOT: Should be a subpage under Component & Correct capitalisation to match that from the game) |
(Added infobox and truth table) |
||
Line 1: | Line 1: | ||
{{Infobox component | |||
| bit-width = 1 | |||
| type = 1bit | |||
| prerequisite = NOT Gate | |||
}} | |||
This is used to change the state of a bit to its opposite state. For example, it will take a '''1''' or {{On}} and make it a '''0''' {{Off}}, and vice versa. | This is used to change the state of a bit to its opposite state. For example, it will take a '''1''' or {{On}} and make it a '''0''' {{Off}}, and vice versa. | ||
{| {{Truthtable}} | |||
|+ NOT Gate Truth Table | |||
|- | |||
! Input !! Output | |||
|- | |||
| {{Off t}}|| {{On t}} | |||
|- | |||
| {{On t}}|| {{Off t}} | |||
|} |
Latest revision as of 03:47, 27 August 2024
File:Component NOT.png | |
Width | 1 |
---|---|
Type | 1bit |
Unlocked by | NOT Gate |
This is used to change the state of a bit to its opposite state. For example, it will take a 1 or and make it a 0 , and vice versa.
Input | Output |
---|---|
0 |
1
|
1 |
0
|