Build a multiplying machine using NAND logic gates
https://codegolf.stackexchange.com/questions/12261/build-a-multiplying...Build a diagram of (two-wire) NAND logic gates that will take the input wires A1, A2, A4, B1, B2, B4, representing two binary numbers A to B from 0 to 7, and return values on the output wires C1, C2, C4, C8, C16, and C32, representing C, which is the product of A and B. Your score is determined by the number of NAND gates you use (1 point per ...