What does "Stricter assembly parsing" do?
Electronegativity
Posts: 311
What happens if I check the stricter assembly parsing box in the configuration utility?
There seems to be no mention of it in the SX Key Development System Manual.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I wonder if this wire is hot...
There seems to be no mention of it in the SX Key Development System Manual.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I wonder if this wire is hot...
Comments
It basically enables/disables checking for source lines that look like this:
*********************
or like this:
or any other line where certain valid symbols are repeated over and over.
I added this extra check as an option in case anyone had code that might depend on this bug. I also figured that I might add more checks in the future, so it seemed like a way to future proof the IDE.
As for why it's not in the manual, it's because a new manual is being written but is not yet complete, and this feature was added after the current manual was done.
Thanks, PeterM
Post Edited (PJMonty) : 9/8/2005 1:43:02 AM GMT