Level/Half Adder: Difference between revisions

From Turing Complete
w:c:strategywiki>Henke37
(We are doing arithmetic now!)
(No difference)

Revision as of 19:34, 6 February 2023

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.