Full Adder Question
lardom
Posts: 1,659
Does "255" require eight full adders in a digital circuit? I want to make sure I understand this correctly: A full adder outputs a sum 'plus' a carry bit. The sum could be fed directly to an LED but the carry bit is fed to the next full adder. If I built this circuit is this correct?
Comments
(edit: the LSB only needs a half adder)
There are a few still available. Jameco is sitting on 175. They do not look like pulls.
https://www.jameco.com/z/74LS181-Major-Brands-4-Bit-Arithmetic-Logic-Unit-DIP-24_46973.html
I still have 16 in a tube.
74HC283 may be its closest living relative (4 bit full adder)
If you want to emulate a 74xx181 I think a rom lookup table would be the way to go as its stateless as
far as I can tell.
As to using a rom lookup table, there was once a machine that used a lookup table to do addition. Decimal, I think.
It was a "CADET", which stood for "Can't Add, Doesn't Even Try".
Answered in a Private Message.