Sakrac / x65

6502 Macro Assembler in a single c++ file using the struse single file text parsing library. Supports most syntaxes.
MIT License
38 stars 7 forks source link

Lazy evaluation is too lazy #3

Closed Sakrac closed 5 years ago

Sakrac commented 5 years ago

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.

Sakrac commented 5 years ago

Fixed!