Add the following snippet to your HTML:
The full-adder circuit adds three one-bit binary numbers (C A B) and outputs two one-bit binary numbers, a sum (S) and a carry (C1).
Read up about this project on
Comments