Skip to content

6502 addressing modes (indirect),Y and absolute,Y should support space between comma and Y #130

@RobertBaruch

Description

@RobertBaruch

This will fail to compile the second and third instructions because the parser doesn't accept a space between the comma and the Y. Aesthetically, a space looks kind of nice.

    PROCESSOR 6502
    ORG 0
    LDA ($10),Y
    LDA ($10), Y    ; error (Illegal addressing mode)
    LDA $2000, Y    ; error (Unresolved symbol Y)

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