Skip to content

Typo in syscalls help of RARS 1.6 #207

@pacalet

Description

@pacalet

The Syscalls tab of Help/RISCV provides an example of use of PrintInt:

    li  a7, 1          # service 1 is print integer
    add a0, t0, zero   # load desired value into argument register a0, using pseudo-op
    ecall

The comment of the add a0, t0, zero instruction is erroneous: this is not a pseudo-op, it is a basic instruction.

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