Skip to content

The syntax highlighting incorrectly highlights a as a regbank when it is actually a hexadecimal constant #6

Open
@FlatAssembler

Description

@FlatAssembler

The assembly code:

address 0
load s0, 0
load s0, a
regbank a

It is highlighted as follows:
slika
But it shouldn't be. The a in load s0, a is a hexadecimal constant, and it should be highlighted the same way 0 is.
Right now, I have no idea how to solve that.

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