Re: ALU
Posted by Thomas Tetlaw on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/ALU-tp2411105p2417871.html
Okay, I looked at 2.2.2 and saw that it read bit-wise negation, and now I have code that when n(the negate bit) is 1 and in(the 16-bit input bus) is 1(in decimal) the output is -2. Is this correct output? (I don't know if I should post my whole code as it could be a spoiler.)