nurpax / c64jasm

C64 6502 assembler in TypeScript
51 stars 14 forks source link

erronous macro expansion gives weird error messages #38

Closed nurpax closed 5 years ago

nurpax commented 5 years ago

forgetting to expand a macro with + gives always weird error messages (confuses with instruction parsing)

maybe there's a way to deal with this better.