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.
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.