Level/Half Adder

From Turing Complete
Revision as of 19:34, 6 February 2023 by w:c:strategywiki>Henke37 (We are doing arithmetic now!)
(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.