Closed stefandrissen closed 3 years ago
Dang, forgot about @ as a valid character in that position. I'll re-open the original bug as the fix has caused this.
This type of syntax error now shows a new message:
pass 1 ...
test.asm:1 error: Expected opcode or directive
@abc
Thanks for the report!
I forgot to terminate a local label with a colon. Prior to #20 for
dec,(hl)
the incomplete label:@abc
Would result in:
Now it results in another scary untraceable error:
Global labels do not have this issue.