riscv / riscv-isa-manual

RISC-V Instruction Set Manual
https://riscv.org/
Creative Commons Attribution 4.0 International
3.57k stars 617 forks source link

Minor formatting and wording issues #890

Open goekce opened 2 years ago

goekce commented 2 years ago
  1. https://github.com/riscv/riscv-isa-manual/blob/bf5a151cda2a3e28a238f9c5f22575d38f7782b2/src/rv32.tex#L483

    vs

    https://github.com/riscv/riscv-isa-manual/blob/bf5a151cda2a3e28a238f9c5f22575d38f7782b2/src/rv32.tex#L605

    Is there a semantic difference between an instruction and operation?

    Not only these titles but many sentences use these words interchangeably.

  2. https://github.com/riscv/riscv-isa-manual/blob/bf5a151cda2a3e28a238f9c5f22575d38f7782b2/src/rv32.tex#L631

    could use the same formatting as

    https://github.com/riscv/riscv-isa-manual/blob/bf5a151cda2a3e28a238f9c5f22575d38f7782b2/src/rv32.tex#L501

    (ADD/SLT/SLTU => ADD/SLT[U])

Feel free to close this issue if they are too minor.

goekce commented 2 years ago

Thanks @aswaterman. I'll leave the issue open, as point 1. was not addressed.