Not a "musical", but a "technical/educational" patch this time.
This is an 8-bit adder completely made with free modules. It adds 2 8-bit numbers (between 0 and 255). The result is displayed using 1 oscilloscope per bit. With the carry output the result can be between 0 and 511.
The 8-bit adder is made out of 8 so called "full adders", which in turn are composed of 2 "half adders" and an OR-gate each.
Such adders are normally part of an ALU (arithmetic logic unit), which is the part that does all the math in modern CPUs.
8-bit adder
- honki-bobo
- Posts: 310
- Joined: Sat Nov 09, 2019 1:18 pm
Re: 8-bit adder
Amazing! now we need a jump command and we can begin to craft a cpu inside of vm to run vm