nurpax / c64jasm

C64 6502 assembler in TypeScript
51 stars 14 forks source link

duplicate symbol errors missing #27

Closed nurpax closed 5 years ago

nurpax commented 5 years ago

search for this.variables.add, many of these are not guarded by check for existing variables of the same name.

add a bindVariable() that checks for this and use that instead.

nurpax commented 5 years ago

this should be fixed now