Shop OBEX P1 Docs P2 Docs Learn Events
What does "Stricter assembly parsing" do? — Parallax Forums

What does "Stricter assembly parsing" do?

ElectronegativityElectronegativity Posts: 311
edited 2005-09-08 01:30 in General Discussion
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...

Comments

  • PJMontyPJMonty Posts: 983
    edited 2005-09-08 01:30
    Electronegativity,

    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
Sign In or Register to comment.