Skip to content

Armstrong compiler issue #38

Open
Open
@sam-astro

Description

@sam-astro

Describe the bug
Pointers used directly in an arithmetic operation fail to compile properly.

Doesn't work:

mult *$memoryLocationA,64 -> $tmp

Works:

mult $variable,64 -> $tmp

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions