当前位置:网站首页>1.13 - RISC/CISC
1.13 - RISC/CISC
2022-07-05 06:11:00 【It's Li sticky duck】
Catalog
One 、CISC: Complex instruction set computer
2、 Characteristics of instructions
Two 、RISC: Reduced instruction set computer
2、 Characteristics of instructions
3、 ... and 、RISC/CISC Compare pictures ( Shorthand of examination site )
Four 、 Examination site 1:RISC/CISC Characteristics
One 、CISC: Complex instruction set computer
1、 thought
- Further enhance the function of the original instruction ;
- Replace the original software subroutine with more complex new instructions , To complete the corresponding functions ;
- So as to realize the hardware of software functions ;
2、 Characteristics of instructions
- Number many ;
- Use frequency difference Big ;( The command frequency of common functions will be higher ;)
- Variable length format ;( The number of instructions used in each function is different , Therefore, it is impossible to realize these functions with a fixed length sequence of binary numbers , So the instruction is in the long format of the schedule ;)
3、 Addressing mode
- Support for multiple ;
4、 Realization way
- Microprogram control technology ;
Two 、RISC: Reduced instruction set computer
1、 thought
- By reducing the total number of instructions , To liberate the function of instructions ;
- Thus reducing the complexity of computer hardware design ;
- Enable instructions to be executed in a single cycle ;
- Through artificial optimization , Improve the execution speed of instructions ;
- So hard wiring logic is adopted ;
2、 Characteristics of instructions
- Number Less ;
- The frequency of use is close to ;( Because they are basically used in a single cycle ;)
- Fixed length format ;
- Most of them are single cycle instructions ;
- Operation register ;
- Only Load/Store Operating memory ;
3、 Addressing mode
- There are few ways to support it ;
4、 Realization way
- The general register is added ;
- Hardwired logic control ;
- Adopt assembly line ;
5、 other
- Optimize compilation , Support high level language effectively ;
3、 ... and 、RISC/CISC Compare pictures ( Shorthand of examination site )

Four 、 Examination site 1:RISC/CISC Characteristics

边栏推荐
- 2022年貴州省職業院校技能大賽中職組網絡安全賽項規程
- A reason that is easy to be ignored when the printer is offline
- On the characteristics of technology entrepreneurs from Dijkstra's Turing Award speech
- 【实战技能】如何做好技术培训?
- SQLMAP使用教程(一)
- Arduino 控制的 RGB LED 无限镜
- leetcode-1200:最小绝对差
- Redis publish subscribe command line implementation
- Records of some tools 2022
- Doing SQL performance optimization is really eye-catching
猜你喜欢

API related to TCP connection

SQLMAP使用教程(二)实战技巧一

leetcode-6108:解密消息
![R language [import and export of dataset]](/img/5e/a15ab692a6f049f846024c98820fbb.png)
R language [import and export of dataset]

Personal developed penetration testing tool Satania v1.2 update

【云原生】微服务之Feign自定义配置的记录

做 SQL 性能优化真是让人干瞪眼

6. Logistic model

Traditional databases are gradually "difficult to adapt", and cloud native databases stand out

Doing SQL performance optimization is really eye-catching
随机推荐
1039 Course List for Student
Leetcode-31: next spread
【Jailhouse 文章】Jailhouse Hypervisor
Wazuh開源主機安全解决方案的簡介與使用體驗
[jailhouse article] look mum, no VM exits
Collection: programming related websites and books
R语言【数据集的导入导出】
Leetcode-6111: spiral matrix IV
对for(var i = 0;i < 5;i++) {setTimeout(() => console.log(i),1000)}的深入分析
Dichotomy, discretization, etc
JS quickly converts JSON data into URL parameters
Introduction to convolutional neural network
Multi screen computer screenshots will cut off multiple screens, not only the current screen
[cloud native] record of feign custom configuration of microservices
LVS简介【暂未完成(半成品)】
The connection and solution between the shortest Hamilton path and the traveling salesman problem
The difference between CPU core and logical processor
【实战技能】如何做好技术培训?
Leetcode-22: bracket generation
leetcode-31:下一个排列