|
The test that I'm working on Fibonacci Series, but when I load my .asm file into CPUEmulator I get this error. This is before I even load a test script, The actual command is "push argument 1" and the first line my code generators is "@ARG". Now, in the previous test "push argument 0" is used and my code translates it fine, as it passed that test. As well, all other push tests have been passed by this very same code. The book specifically states that this test does not require me to implement the bootstrap code, but to be sure I manually typed bootstrap code into the file. I'm genuinely not sure what is causing this error.
|