sledsworth wrote
I finished my Mult.hack and it works when I manually enter values into R0 and R1, but I can't get it to work with the test file. I keep getting illegal character error. Any ideas?
Most often, the illegal character error results from reading a file that is saved in Unicode/UTF encoding instead of 8-bit text encoding. If your text editor supports multiple encodings (most do these days) make sure that you are writing files in ANSI encoding.
Do you get the error when loading the Mult.tst file, or when the Mult.tst executes the "load Mult.hack" command?
What kind of computer and OS are you using?
If you can't get this working, please email me an archive (zip or rar preferred) of your projects/04/Mult directory and I'll see if I can tell what's happening.
--Mark