Closed OfficialPixelBrush closed 1 year ago
That looks like it's because of the missing space after the comma! v0.12 now respects whitespace in rule patterns to fix some other issues, and is quite strict about it. I might be able to relax this requirement in the future, but for now, you can add a space after the comma to your instructions, or remove the space after the comma from your rule definitions.
Awesome! That fixed it! Thanks!
I define register as follows.
Followed by defining my instruction.
Lastly, I use it as such.
LD A,0xA
orLD SP,0xFFF
This results in the error:
error: no match for instruction found
I'm absolutely certain this code worked in the past.