-
Notifications
You must be signed in to change notification settings - Fork 751
Open
Description
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:
riscv-isa-manual/src/rv32.adoc
Lines 305 to 307 in 82895c4
[#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
Labels
No labels