ShaiW / Tecs-3

The newest fork of the TECS software suite, used in the "NAND to Tetris" course
http://www1.idc.ac.il/tecs/
3 stars 1 forks source link

CPU Emulator fails on test scripts #12

Open Pierce71588 opened 13 years ago

Pierce71588 commented 13 years ago

CPU emulator does not pass test scripts that an older version of the emulator does. It doesn't seem to actually be modifying any data as the assembly runs.

A and D registers don't change. ALU doesn't show any changes. RAM doesn't change.

RAM will change if changed via a script. The PC does increment correctly.