Skip to content

Add support for literals in arithmetic #1

@taeber

Description

@taeber
XPOS	EQU 1
YPOS	EQU 0
	LDA SHIPS+XPOS,X
	RTS
SHIPS	DFB 00,00

Should assemble to BD 04 80 60 00 00, but fails with error:

expected hex, binary, or decimal literal; got XPOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions