Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1465273
  • 博文数量: 596
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 173
  • 用 户 组: 普通用户
  • 注册时间: 2016-07-06 15:50
个人简介

在线笔记

文章分类

全部博文(596)

文章存档

2016年(1)

2015年(104)

2014年(228)

2013年(226)

2012年(26)

2011年(11)

分类: 架构设计与优化

2013-05-24 16:42:20


The circuits used in the CPU during the cycle are:

  • Program counter (PC) - an incrementing counter that keeps track of the memory address of the instruction that is to be executed next.
  • Memory address register (MAR) - holds the address of a memory block to be read from or written to.
  • Memory data register (MDR) - a two-way register that holds data fetched from memory (and ready for the CPU to process) or data waiting to be stored in memory
  • Instruction register (IR) - a temporary holding ground for the instruction that has just been fetched from memory
  • Control unit (CU) - decodes the program instruction in the IR, selecting machine resources such as a data source register and a particular arithmetic operation, and coordinates activation of those resources
  • Arithmetic logic unit (ALU) - performs mathematical and logical operations

File:Comp fetch execute cycle.png
阅读(803) | 评论(0) | 转发(0) |
0

上一篇:加入LINUX内核邮件组

下一篇:LIBC小记

给主人留下些什么吧!~~