圖書簡介
封面截圖
內容簡介
精心編寫的,顯然是有組織,這本書涵蓋了MIPS架構的基礎知識,包括算法開發,數字系統,函式調用,可重入函式,記憶體映射I / O,異常和中斷,和浮點指令。
對於在系統,系統開發,系統的分析和系統維護領域的員工。
Users of this book will gain an understanding of the fundamental concepts of contemporary computer architecture, starting with a Reduced Instruction Set Computer (RISC). An understanding of computer architecture needs to begin with the basics of modern computer organization. The MIPS architecture embodies the fundamental design principles of all contemporary RISC architectures. This book provides an understanding of how the functional components of modern computers are put together and how a computer works at the machine-language level.
Well-written and clearly organized, this book covers the basics of MIPS architecture, including algorithm development, number systems, function calls, reentrant functions, memory-mapped I/O, exceptions and interrupts, and floating-point instructions.
For employees in the field of systems, systems development, systems analysis, and systems maintenance.
內容截圖
目錄
CHAPTER 1: The MIPS Architecture
CHAPTER 2: Pseudocode
CHAPTER 3: Number Systems
CHAPTER 4: PCSpim The MIPS Simulator
CHAPTER 5: Algorithm Development
CHAPTER 6: Function Calls Using the Stack
CHAPTER 7: Reentrant Functions
CHAPTER 8: Exception Processing
CHAPTER 9: A Pipelined Implementation
CHAPTER 10: Embedded Processors
APPENDIX A: Quick Reference
APPENDIX B: ASCII Codes
APPENDIX C: Integer Instruction Set
APPENDIX D: Macro Instructions
APPENDIX E: A Trap Handler