Skip to content

"Mismatched parentheses" error discrepancy between builds #36

Closed
@tom-seddon

Description

@tom-seddon

The following code builds fine with the 1.09 EXE from the repo, but produces a Mismatched parentheses error with an OS X build from the proposed-updates branch.

org 0:Q%=255:equb (128ANDQ%)

Same issue with this:

org 0:Q%=255:equb (128AND Q%)

The following code builds OK on both:

org 0:Q%=255:equb (128 ANDQ%)

I found this trying to build Kieran's buildable copy of Elite - pretty sure this is valid BASIC assembler code, so it should probably be valid BeebAsm code too.

Thanks,

--Tom

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions