I have started project 8 and am at the point where I am trying to translate the FibonacciSeries.vm file. When I try to load the script to compare it using the CPU emulator I get an error that says "in line 107, Expression expected". I have no idea what this means, or how I can fix it.
In my generated .asm file line 107 reads "@null$END_PROGRAM"
I have null as the function name, as I have not yet implemented the function calling and returning part of the VM translator.
I will attempt to upload the .asm file that my VM translator outputs.
Any help or suggestions as to where I have gone wrong would be greatly appreciated.
FibonacciSeries.asm