目录 ← 首页
CS61C

Summary

And in Conclusion\dots

For your reference the tables below show the memory instructions which can also be found on the 61C reference card.

The below are abbreviations that will be used in the table:

  • rs1: Argument register 1
  • rs2: Argument register 2
  • rd: Destination register
  • imm: Immediate value (integer literal constant)
  • R[register]: Value contained in register
  • inst: One of the instructions in the table
Reprint of the RV32I load instruction reference table with opcode, funct3, assembly forms, and semantic descriptions from the data transfer section.

Load Instructions (reprint of #tab-rv32i-load from this section).

Reprint of the RV32I store instruction reference table with opcode, funct3, assembly forms, and semantic descriptions from the data transfer section.

Store Instructions (reprint of #tab-rv32i-store from this section).

Textbook Readings

P&H 2.6, 2.7, 2.9, 2.10, 3.2

Additional References

See the RISC-V manual links on our RISC-V green card page.