Level/Half Adder

From Turing Complete
Revision as of 20:53, 28 October 2023 by Gelthor (talk | contribs) (Gelthor moved page Turing Complete/Half Adder to Level/Half Adder without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This level has you create a basic arithmetic circuit that adds two bits and gives the result in the form of the sum and the carry.

As the truth table at the bottom reveals, this is little more than an XOR gate and an AND gate.