00-. Introduction to Computer

00-. 计算机概论

1. CPU架构

Intel、AMD - x86架构

1.1. 设计理念

Reduced Instruction Set Computer

  • RISC 完成简单任务,性能佳。

Complex Instruction Set Computer

  • CISC 完成多指令且复杂,花费时间长,但完成工作丰富。

Last updated