rolandshacks / vs64

C64 Development Environment for Visual Studio Code
Other
103 stars 18 forks source link

Bugfixes #22

Closed paaco closed 4 years ago

paaco commented 4 years ago

I've reverted the change to convert some address symbols into labels (to reduce the size of the Symbols list). This change makes it impossible to put a breakpoint on a code line that starts with a label. The list of Symbols is now a lot larger because more symbols are parsed correctly.

I've also reworked the isValidSymbol function and put the opcodes in a constant.