汇编语言计算器课程设计.doc

约14页DOC格式手机打开展开

汇编语言计算器课程设计,5300字 14也有程序代码摘 要在保护模式下的汇编语言编程不仅具有计算机提供给用户的最快而又最有效的语言的优势,也可以在不很了解计算机硬件的前提下使用它,在对于程序的空间和时间要求很高的场合,使用汇编语言是必不可少,至于对于很多需要直接控制硬件的应用场合,用保护模式下的汇编语言编程也提供给了对硬件不了解的初学者一中方...
编号:10-4270大小:273.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 beijing2008 发布

5300字 14也有程序代码
摘 要
在保护模式下的汇编语言编程不仅具有计算机提供给用户的最快而又最有效的语言的优势,也可以在不很了解计算机硬件的前提下使用它,在对于程序的空间和时间要求很高的场合,使用汇编语言是必不可少,至于对于很多需要直接控制硬件的应用场合,用保护模式下的汇编语言编程也提供给了对硬件不了解的初学者一中方法。以下是利用汇编语言制作的简单计算器程序。要求是在屏幕上显示出参与运算的数据与运算结果。并且可以选择运算的功能。
在对于程序的空间和时间要求很高的场合,使用汇编语言是必不可少的,至于对于很多需要直接控制硬件的应用场合,用保护模式下的汇编语言编程也提供给了对硬件不了解的初学者一种方法。以下是利用汇编语言制作的简单计算器程序。主程序中提供操作提示和提供五次跳转,分别调用四则运算子程序和退出程序。四个运算功能子程序组成分别实现加减乘除四则运算

关键词:保护模式、主程序、子程序、跳转

Abstract
In regarding the procedure space and the time request very high situation, it is essential to use the assembly language, as for regarding many application situations need positive governing hardware,also provided one method with the protected mode under assembly language programming to the beginner who does not understand the hardware The .Next procedure is using the assembly language to manufacture the simple calculator procedure. In the master routine it provides the operation to prompt and provide five times of choices to jump the extension and separately transfers the mathematical operations subroutine and the withdrawal procedure. Four operations functions subroutine composition separately realizes the arithmetic operations.

Keyword:
Protected Mode, Master routine, Subroutine composition, Jump


目 录
一.任务书
二.摘要与关键词
三.目录
四.设计
1)背景分析及意义
2)总体设计思想
3)完成的主要功能
4)软硬件环境要求
5)程序流程图
6)使用说明
五.设计总结
六.参考文献
七.程序清单