mindfields wrote
The CPU Emulator is giving me the error: "Comparison failure at line 1"
It's actually the mult.cmp file that's wrong. RAM[0] and RAM[1] were intentionally removed from the test because a correct program is allowed to change them; only the multiplication product should be tested.
Correct mult.tst and mult.cmp files can be downloaded from
this post.
--Mark