当前位置:网站首页>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

边栏推荐
猜你喜欢

leetcode-6108:解密消息

Arduino 控制的 RGB LED 无限镜

Appium基础 — 使用Appium的第一个Demo
![[cloud native] record of feign custom configuration of microservices](/img/39/05cf7673155954c90e75a8a2eecd96.jpg)
[cloud native] record of feign custom configuration of microservices

leetcode-6111:螺旋矩阵 IV

Leetcode-6110: number of incremental paths in the grid graph

MIT-6874-Deep Learning in the Life Sciences Week 7

智慧工地“水电能耗在线监测系统”

Liunx starts redis

实时时钟 (RTC)
随机推荐
数据可视化图表总结(二)
PC register
一些工具的记录2022
Records of some tools 2022
【Rust 笔记】15-字符串与文本(上)
1.14 - 流水线
Sqlmap tutorial (II) practical skills I
剑指 Offer II 058:日程表
927. Trisection simulation
数据可视化图表总结(一)
1039 Course List for Student
884. Uncommon words in two sentences
leetcode-556:下一个更大元素 III
In depth analysis of for (VaR I = 0; I < 5; i++) {settimeout (() => console.log (I), 1000)}
R language [import and export of dataset]
Erreur de connexion Navicat à la base de données Oracle Ora - 28547 ou Ora - 03135
Arduino 控制的 RGB LED 无限镜
[rust notes] 13 iterator (Part 2)
Appium基础 — 使用Appium的第一个Demo
CF1637E Best Pair