You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Syntaxes such as dw $C0 DE compile successfully, even though they should not.
This comes from the assembler, which ignores everything /\w/ - aside from the first of those, since it's the one that separates the instruction from the operands.
The text was updated successfully, but these errors were encountered:
Wonder why wontfix ? Because this is VERY minor. This may even improve readability.
Besides, this compiler isn't professional-quality code.
Just leaving this here if some tickling fuzzer pokes me about this (hint : it already happened :D), I'll just tell them "I know, Ye-" and link here.
Syntaxes such as
dw $C0 DE
compile successfully, even though they should not.This comes from the assembler, which ignores everything
/\w/
- aside from the first of those, since it's the one that separates the instruction from the operands.The text was updated successfully, but these errors were encountered: