计算机组成原理课程设计(共20页).doc
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_05.gif)
《计算机组成原理课程设计(共20页).doc》由会员分享,可在线阅读,更多相关《计算机组成原理课程设计(共20页).doc(20页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、精选优质文档-倾情为你奉上课程设计说明书计算机组成原理课程设计 院 系:计算机科学与工程学院 专业班级:计科(16级4班) 学 号: 学生姓名 指导教师:X老师 2018年6月20日专心-专注-专业安徽理工大学课程设计(论文)任务书 计算机科学与工程 学院 学 号学生姓名专业(班级)设计题目设计指令系统设计技术参数1.本系统采用DJ-CPTH超强型计算机组成原理教学实验系统搭建电路图,在实验箱上实现指令系统。2.利用软件工程中的可行性研究以及分析方法,进行系统分析。设计要求1. 在基本模型机的基础上构建一组能实现输入、输出、加、减、逻辑与、逻辑或、逻辑非、转移指令等8个功能的指令,这些指令的助
2、记符不得与指导书上相同。2. 指令包括立即数寻址、寄存器直接寻址、存储器直接寻址三种寻址方式。3. 利用新构建的指令系统编程,分别实现以下程序,每组指定一题完成,且每组题目不可重复。1) 将四个二位十进制的BCD码转换成二进制数码;并实现MOV R?,MM和ADD R?,MM指令。2) 将20个字节的内存单元清零;并实现MOV MM,#II和SUB R?,A指令。3) 实现十进制的的乘法功能;并实现CPL R?和ADD R?,#II指令。4) 输入十个8位有符号数,找出十个数的最大奇数与最小偶数;并实现MOV R?,A和SUB R?,#II指令。5) 输入是个8位有符号数,找出其中的最大值和最
3、小值;并实现ADD R?,A和IN MM指令。6) 在数组A中包含5个互不相等的整数,数组B中包含5个互不相等的整数,请将既在A中出现又在B中出现的整数存放在数组C中。并实现IN R?和SUBB R?,#II指令。7) 输入一个16位的数,对其进行带进位的循环左移;并实现MOV MM,R?和SUBB R?,A指令。说明:MM表示存储单元,#II表示立即数,R?表示寄存器R0,R1,R2,R3。工作量1.课程设计说明书1000字;2.画出流程图,编写微指令代码和程序。工作计划1.首先认真研究老师所给的题目,了解题目要求做什么;2.查阅资料,解决难题;3.编写源程序并调试之;4.写课程设计说明书。
4、参考资料1 张昆藏计算机系统结构北京:科学出版社2 著平玲娣,潘雪增计算机组成与设计浙江大学出版社3 白中英计算机组成原理(第二版)北京:科学出版社4 DJ-CPTH超强型计算机组成原理与系统结构实验指导书指导教师签字教研室主任签字 2018年 5月28日姓名:学号班级:题目:实现十进制的的乘法功能;并实现CPL R?和ADD R?,#II指令指导教师评语:成绩: 指导教师: 年 月 日安徽理工大学课程设计(论文)成绩评定表摘 要在现如今飞速发展的第三次信息化革命中,计算机被应用到各行各业,各个领域中。随着计算机的深入发展,人们逐渐步入自动化智能化的生活阶段。“计算机组成原理”是计算机科学与技
5、术系的一-广核心专业基础课程,在计算机专业中起到很重要的作用。本次课程设计通过对-一个简单模型机的设计与实现,是我们对计算机的基本组成、部件的设计、部件间的连接有更深的理解,利用CPU与简单模型机来实现计算机组成原理课程及实验中所学到的实验原理和编程思想,编写指令的应用程序,用微程序控制器实现一-系列的指令功能最终达到将理论与实践相结合。本次设计完成了各指令的格式以及编码的设计,实现了各机器指令微代码,形成具有实现同或功能的应用程序。本课程设计是在完成计算机组成原理实验的基础上,来进行模型计算机的指令系统设计。利用计算机组成原理实验中所学到的实验原理以及编程思想,硬件设备,在基本模型机的基础上
6、构建一组能实现输入、输出、全加、逻辑与、左移指令等功能的指令。指令包括立即数寻址、寄存器直接寻址、存储器直接寻址三种寻址方式。利用新构建的指令系统编程,实现十进制的的乘法功能;并实现CPL R?和ADD R?,#II指令。并且完成测试验证。关键词:指令系统设计,DJ-CPTH模型机,计算机组成原理,十进制乘法,寻址方式AbstractNow third times the rapid development of the information revolution, the computer is applied to all walks of life in various fields.
7、 Along with the development of computer, people gradually entered the stage of life intelligent automation. Computer composition principle is the Department of computer science and technology, a wide - Core Courses , plays a very important role in computer science. This course is designed and implem
8、ented through a simple model machine. We have a deeper understanding of the basic components of the computer, the design of the components, the connection between parts, and the application of CPU and simple model machines to realize the principles and programming ideas of the computer composition p
9、rinciples and experiments, and write instructions. The application, with micro controller to achieve a series of instructions - function finally reached the combination of theory and practice. This design has completed the instruction format and encoding design, the realization of the machine instru
10、ctions to form micro code, with applications to achieve the same or function.The course design is based on the principle of Computer Organization experiment, design instruction system for model computer. Hardware using the computer component experiments principle learned experimental principle and p
11、rogramming ideas, based on the basic model of the construction of a group can achieve input, output, and logic and, left instructions and other functions of the instruction. Instructions include immediate, direct register addressing, directly addressable memory addressing three. The use of programmi
12、ng instruction system of new construction, to achieve the decimal multiplication function; and the realization of CPL R and ADD R? #II, instruction. Complete the test and verification.Keywords: instruction system design, DJ-CPTH model machine, computer principle, composition of decimal multiplicatio
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 组成 原理 课程设计 20
![提示](https://www.taowenge.com/images/bang_tan.gif)
限制150内