nurpax / c64jasm

C64 6502 assembler in TypeScript
51 stars 14 forks source link

revisit constant (or variable) and label scoping #9

Closed nurpax closed 5 years ago

nurpax commented 5 years ago

currently doing

x = 3

in a macro or a for loop will trigger multiple declarations error