Skip to content

ADDI translates label #12

@f380cedric

Description

@f380cedric

Use of labels in ADDI instruction are translated to the corresponding address. Eg:

nop
here: nop
addi 1, 0, here

is interpreted as:

nop
here: nop
addi 1, 0, 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions