dasm-assembler / dasm

Macro assembler with support for several 8-bit microprocessors

Home Page:https://dasm-assembler.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undefined values cause no errors

thrust26 opened this issue · comments

You can do e.g. N SET N + 1 or ECHO N without having to define N before. IMO there should be an error.