当前位置:网站首页>《微机原理》-绪论
《微机原理》-绪论
2022-07-01 08:21:00 【涛涛呐~】
微机原理
前言
本系列博客主要是观看西安电子科技大学看老师于2009年录制的《微机原理视频》,课程的CPU以8086CPU为例进行课程讲解!
整个课程围绕这以下控制框图开展,CPU如何接收外界的物理信号,并根据外界物理信号的变化而控制外界环境变化。
外接设备与CPU相连时需要设计接口电路,通过接口电路将二者连接起来。
一、微型计算机系统组成
微型计算机组成系统分为硬件子系统和软件子系统;
1.早期计算机硬件系统
早期计算机硬件系统组成如下所示:
CPU由控制单元和ALU组成,整个硬件系统中有三种信息在进行传输,分别为控制信息(蓝色),数据信息(绿色)和地址信息(存储器中有多个存储单元,这些存储单元对应的位置就是地址信息)。
总线:用于传输信息的通路。根据信息可以分为数据总线(DB)、地址总线(AB)和控制总线(CB)
2.微型计算机系统硬件组成
为减小CPU的体积,半导体厂家引用了复用引脚,减小CPU引脚数目。
系统级总线不光解决引脚复用分开的问题也解决了引脚驱动能力问题。
ROM存储器称为程序存储器,RAM存储器称为数据存储器。
8086内部没有ROM和RAM,所以需要总线来挂载。
指令—是一种二进制代码,将高级语言转换为机器语言的过程成为编译;
任何IO设备与CPU通信一定要设置IO接口电路!
如显示器和CPU之间连接需要通过显卡。
IO接口地址:CPU对某个IO设备进行操作其实就是对IO接口地址进行操作。
8086有16根地址线,而IO接口电路只有一个接口,所以需要用到IO地址译码电路。也就是利用数电中的译码知识!
二、存储器
一个字分为低字节和高字节,高字节放在高地址,低字节放在低地址
边栏推荐
- [untitled]
- 《MATLAB 神经网络43个案例分析》:第30章 基于随机森林思想的组合分类器设计——乳腺癌诊断
- Book of quantitative trading - reading notes of the man who conquers the market
- Agrometeorological environment monitoring system
- SPL installation and basic use (II)
- Leetcode t40: combined sum II
- SPL Introduction (I)
- Why are some Wills made by husband and wife invalid
- MATLAB【函数和图像】
- Gateway-88
猜你喜欢
随机推荐
Keithley 2100 software 𞓜 Keithley2400 test software ns SourceMeter
Embedded-c language-10-enumeration / (function) pointer (function) / multi-level pointer /malloc dynamic allocation / file operation
Qt的模型与视图
使用threejs简单Web3D效果
Luogu p3799 demon dream stick
getInputStream() has already been called for this request
Maneuvering target tracking -- current statistical model (CS model) extended Kalman filter / unscented Kalman filter matlab implementation
[untitled]
There are many problems in sewage treatment, and the automatic control system of pump station is solved in this way
View drawing process analysis
[staff] key number (key number identification position | key number marking list | a major key identification principle | F, C, G position marking ascending | F major key identification principle | B
初学者如何正确理解google官方建议架构原则(疑问?)
[force deduction 10 days SQL introduction] Day10 control flow
AES简单介绍
DID的使用指南,原理
Connect timed out of database connection
Yolov5 advanced six target tracking environment construction
Learn the knowledge you need to know about the communication protocol I2C bus
Download jackson codehaus. org jar - downloading jackson. codehaus. org jar
SPL Introduction (I)