Skip to content

Assembler: JALR should really use the same syntax as LW/SW for offsets #13

Description

@hoglet67

Currently the syntax is:

jalr rd, rs1, offset

The standard syntax appears to be:

jalr rd, offset(rs1)

If offset is zero, then both of these I think are valid:

jalr rd, (rs)
jalr rd, rs

I'm not sure we handle the latter case for load/store.

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