dasm-assembler / dasm

Macro assembler with support for several 8-bit microprocessors
https://dasm-assembler.github.io/
GNU General Public License v2.0
215 stars 40 forks source link

Allow expressions access to generated code #116

Open thrust26 opened 3 years ago

thrust26 commented 3 years ago

Expressions are quite powerful, but AFAIK they do not allow using input from generated code. But this can be useful sometimes.