TileSeeker wrote
When i try to compare my Mult.asm with the Mult.tst file in the CPU emulater i always get the error:
Mult.hack doesn`t exist. what am i doing wrong?
You need to use the Assembler to translate your Mult.asm source file into the Mult.hack binary file.
--Mark