I am currently working through Project 7 on Nand2Tetris, and when the VM Emulator loads the .asm file, I am faced with the error:
SimpleAdd.asm: in line 1: unknown instruction - @SP
I thought SP was a predefined symbol that points to the stack pointer in RAM; in which case how could I resolve this error?