当前位置:网站首页>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年貴州省職業院校技能大賽中職組網絡安全賽項規程
- [practical skills] technical management of managers with non-technical background
- [rust notes] 16 input and output (Part 2)
- [rust notes] 14 set (Part 1)
- “磐云杯”中职网络安全技能大赛A模块新题
- Records of some tools 2022
- 【Jailhouse 文章】Jailhouse Hypervisor
- Overview of variable resistors - structure, operation and different applications
- QQ computer version cancels escape character input expression
- Appium基础 — 使用Appium的第一个Demo
猜你喜欢
Overview of variable resistors - structure, operation and different applications
QQ computer version cancels escape character input expression
数据可视化图表总结(一)
LeetCode 0108.将有序数组转换为二叉搜索树 - 数组中值为根,中值左右分别为左右子树
Implement an iterative stack
【实战技能】如何做好技术培训?
redis发布订阅命令行实现
Spark中groupByKey() 和 reduceByKey() 和combineByKey()
1.13 - RISC/CISC
[article de jailhouse] jailhouse hypervisor
随机推荐
Solution to game 10 of the personal field
927. 三等分 模拟
Control unit
Implement an iterative stack
Groupbykey() and reducebykey() and combinebykey() in spark
Brief introduction to tcp/ip protocol stack
MatrixDB v4.5.0 重磅发布,全新推出 MARS2 存储引擎!
R language [import and export of dataset]
[rust notes] 16 input and output (Part 1)
2022年貴州省職業院校技能大賽中職組網絡安全賽項規程
Arduino 控制的 RGB LED 无限镜
多屏电脑截屏会把多屏连着截下来,而不是只截当前屏
Appium基础 — 使用Appium的第一个Demo
Sword finger offer II 058: schedule
[cloud native] record of feign custom configuration of microservices
Shutter web hardware keyboard monitoring
leetcode-22:括号生成
Leetcode-6111: spiral matrix IV
传统数据库逐渐“难适应”,云原生数据库脱颖而出
CF1637E Best Pair