mirror of
https://github.com/fadden/6502bench.git
synced 2025-03-01 16:31:59 +00:00
We were using a very simple regex pattern for the label part, and not performing additional validation checks later. This allowed a symbol that started with a number (e.g. "4ALL") to get much farther than it should have. This change modifies the regex pattern to match only valid label syntax.