Re: Internal buses
Posted by Polo on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Internal-buses-tp4026592p4026596.html
I'm building the ALU, and the implementation of the 16-bit Adder cause me some problems, he is just next two 16-bit DMux, which I implement from 16 DMux. I want to know how to make two bus with the outputs of these DMux to plug them into the 16-bits Adder, and then be able to use each bit separatly.
The pieces of code was just examples.