EveryCircuit
Powering up...
Circuit
Public
Private
Unlisted
Save

Logic binary adder 3 bit

@1Victor4
6 years ago
https://everycircuit.com/circuit/5806727403143168
Example: A:011 + B:101 = X:1000 = 8(decimal) A + B | Res | Decimal | Hex | 000 + 000 | 0000 | 0 | 0 | 001 + 000 | 0000 | 1 | 1 | 010 + 000 | 0000 | 2 | 2 | 011 + 000 | 0000 | 3 | 3 | 100 + 000 | 0000 | 4 | 4 | 101 + 000 | 0000 | 5 | 5 | 110 + 000 | 0000 | 6 | 6 | 111 + 000 | 0000 | 7 | 7 | 111 + 001 | 0000 | 8 | 8 | 111 + 010 | 0000 | 9 | 9 | 111 + 011 | 0000 | 10 | A | 111 + 100 | 0000 | 11 | B | 111 + 101 | 0000 | 12 | C | 111 + 110 | 0000 | 13 | D | 111 + 111 | 0000 | 14 | E |
Comments
Post