Administrator
|
And therein lies your problem.
Notice that the error you got when running the test file said that it is trying to load "mult.hack" not "mult.asm" and that it couldn't find it.
Read the instructions on page 74 (in Section 4.4).
The first step is to write the mult.asm file.
The second step is to use the supplied assembler to translate your .asm file into a .hack file.
The third step is to use the test script to test the .hack file.
It sounds like you overlooked the second step.
|