Sakrac / x65

6502 Macro Assembler in a single c++ file using the struse single file text parsing library. Supports most syntaxes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lazy evaluation is too lazy

Sakrac opened this issue · comments

When evaluating an expression with multiple labels where some are known and some are pending, the known values should be included in the lazy evaluation as they may be changed before all values become known.