ComputerRect.tst failing

Posted by Shmeegoose on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/ComputerRect-tst-failing-tp4036508.html

My computer implementation passes all other Computer tests. It also passes the external version of ComputerRect.tst althought doesn't actually display anything. From browsing around through other posts I noticed that there may be updated versions of the CPU and Memory tests I should run which may catch corner cases.

It fails on line 5 and when I look at the ComputerRect.out it shows that the DRegister reads 0 when it should be 4, other than that everything is correct.

I didn't want to post code without first getting permission. Let me know if I should post my Memory and CPU code or email it somewhere. Thanks! Having an absolute blast with this course. Been recommending it to everyone.