Skip to content

Index register operands in the symbol table listing. #40

@andy-preston

Description

@andy-preston

Index based operands should be in the symbol table listing too.

For example, I would expect to see "Z" (for Read-Modify-Write), "Z+" (for SPM), "Z+qqq" (for LDD / STD) to appear as references to Z (without the "+", "-", "+qqq", etc, obviously)

In specificSymbolic, around if (operand == optionSymbol) {:

If the option symbol contains a register (X, Y, Z) The symbol table count for that register should be incremented.

This also means that we have to include the special registers in src/registers/cpu-registers.ts again

Metadata

Metadata

Assignees

No one assigned

    Labels

    5Priority 5

    Projects

    Status

    In progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions