What's changing
Adding support for .match and .xmatch
Motivation for change
Currently the parser yells at you for correct match syntax
This is a fairly commonly used directive in ca65 macros
Background/Notes
cc65 DoMatch parser function
both handle parentheses AND no parentheses
What's changing
Adding support for
.matchand.xmatchMotivation for change
Currently the parser yells at you for correct match syntax
This is a fairly commonly used directive in ca65 macros
Background/Notes
cc65
DoMatchparser functionboth handle parentheses AND no parentheses