目录 ← 首页
CS61C

Summary

And in Conclusion\dots

Simplification works for RISC-V: Instructions are same size as a data word (32 bits) so that they can leverage the same hardware for memory access.

This chapter covers three (of the six) machine language instruction formats:

  • R-Type
  • I-Type
  • S-Type

Textbook Readings

P&H 2.5, 2.10

Additional References