a problem when loading the .asm into the CPUEmulator
Here is my .asm file. StackTest.asm And i use the the test script StackTest.tst, when loading the .asm, it sends me a error message I can't figure out the reason, i'd be appreciated if someone could help me.
Re: a problem when loading the .asm into the CPUEmulator
Your labels are in the form (@eq0). You should not use the @ character in the label name. Just removing these characters from all labels fixes the test and it passes.
Please remove the source code from your post when you're done.