Login  Register

Re: ALU ouptut flags

Posted by culchie on Jul 04, 2010; 4:45pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/ALU-ouptut-flags-tp942429p942549.html

The output flags are set depending upon the output of the out[16]

Say you had a 2 bit number 00. Can you think of a way of using chip(s) to return a 0 only if both
bits were 0? If you can then you're almost there

For ng, do you know how to output only a selected one bit-wide number from a 16 bit number?
If you don't the appendix on hdl will tell you.