Login  Register

Re: ALU Implementation

Posted by WBahn on Jul 26, 2021; 4:46pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/ALU-Implementation-tp4036186p4036196.html

Look at the two's complement representation described in the text and look for a feature that ALL strictly negative numbers have that ALL strictly positive numbers do not. Hint, this feature is why zero is considered non-negative by pretty much every programming language on the planet.