Skip to content

Instructions capitalized in the ISA Manual #2286

@ShashankVM

Description

@ShashankVM

According to https://github.com/riscv/docs-dev-guide/blob/main/src/style-guidelines.adoc,

Instructions are lowercase (ld, c.lw)

Yet, we can see that almost every reference to an instruction name in the ISA manual is in upper case, with the exception of code examples.

Source:

[#norm:addi_op]#ADDI adds the sign-extended 12-bit immediate to register _rs1_.#
[#norm:addi_overflow]#Arithmetic overflow is ignored and the result is simply the low XLEN bits of the result.#
ADDI _rd, rs1, 0_ is used to implement the MV _rd, rs1_ assembler pseudoinstruction.

Should we change it to lowercase?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions