Login  Register

Re: Or16 Comparison failures. I can't figure out what I'm doing wrong.

Posted by WBahn on May 09, 2020; 11:54pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Or16-Comparison-failures-I-can-t-figure-out-what-I-m-doing-wrong-tp4034616p4034617.html

Well, let's look at what the output and comparison files tell us.

Line 4
| 1111111111111111 | 1111111111111111 | 0000000000000000 | (from out)

Looks like your OR gate is acting like and XOR gate.

Go back and verify that it is working properly.