Login  Register

Re: ALU Help

Posted by snowkel on Sep 15, 2016; 2:44am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/ALU-Help-tp4030242p4030265.html

I'm still having trouble wrapping my head around this. I'm lost at syntax usage, what chips to use, and how to even start. My first instinct is to use mux for the if-then statements but I don't know how to incorporate all of the inputs into my code. I also have no idea what the zr and ng outputs mean in context of this whole thing other than zr being True if out=0 and ng being true if out < 0.