linuxdeveloper wrote
For purposes of testing I am using this file:
removed
If I run CPUEmulator on an assembly file I also receive the following:
~/src/nand2tetris/projects/04/mult] master(+0/-10)* 255 ± CPUEmulator Mult.asm
In script /home/user/src/nand2tetris/projects/04/mult/Mult.asm, Line 12, A command cannot begin with '@'
You are running Mult.asm as a script.
You want to run the Mult.tst file as the script. It will then load Mult.hack.
Follow the steps given in Section 4.4.
This, in turn, means that after you write your Mult.asm file you need to assemble it into a Mult.hack file before running the test script.