Skip to content

Pseudo-instruction JR #43

@rmnattas

Description

@rmnattas

In page 110 of the RISC-V Specifications the format for the pseudo-instruction jr is jr rs.

When I used jr ra in RARS I got the following error:
Too few or incorrectly formatted operands. Expected: jr t0, -100

I think keeping the format jr t0, -100 would be beneficial but also supporting the official one is important.

Where does RARS handle pseudo-instruction in the source code?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions