EveryCircuit
Powering up...
Circuit
Public
Private
Unlisted
Save

Logic adder

@1Victor4
6 years ago
https://everycircuit.com/circuit/5571191228858368
Example: A: 01 B: 11 Result adder: C: 100 == 4(decimal) A + B | Res | Decimal 00 + 00 | 000 | 0 00 + 01 | 001 | 1 00 + 10 | 010 | 2 00 + 11 | 011 | 3 01 + 11 | 100 | 4 10 + 11 | 101 | 5 11 + 11 | 110 | 6
Comments
Post