匯編語言計(jì)算器課程設(shè)計(jì).doc
約14頁DOC格式手機(jī)打開展開
匯編語言計(jì)算器課程設(shè)計(jì),5300字 14也有程序代碼摘 要在保護(hù)模式下的匯編語言編程不僅具有計(jì)算機(jī)提供給用戶的最快而又最有效的語言的優(yōu)勢(shì),也可以在不很了解計(jì)算機(jī)硬件的前提下使用它,在對(duì)于程序的空間和時(shí)間要求很高的場(chǎng)合,使用匯編語言是必不可少,至于對(duì)于很多需要直接控制硬件的應(yīng)用場(chǎng)合,用保護(hù)模式下的匯編語言編程也提供給了對(duì)硬件不了解的初學(xué)者一中方...
內(nèi)容介紹
此文檔由會(huì)員 beijing2008 發(fā)布
5300字 14也有程序代碼
摘 要
在保護(hù)模式下的匯編語言編程不僅具有計(jì)算機(jī)提供給用戶的最快而又最有效的語言的優(yōu)勢(shì),也可以在不很了解計(jì)算機(jī)硬件的前提下使用它,在對(duì)于程序的空間和時(shí)間要求很高的場(chǎng)合,使用匯編語言是必不可少,至于對(duì)于很多需要直接控制硬件的應(yīng)用場(chǎng)合,用保護(hù)模式下的匯編語言編程也提供給了對(duì)硬件不了解的初學(xué)者一中方法。以下是利用匯編語言制作的簡單計(jì)算器程序。要求是在屏幕上顯示出參與運(yùn)算的數(shù)據(jù)與運(yùn)算結(jié)果。并且可以選擇運(yùn)算的功能。
在對(duì)于程序的空間和時(shí)間要求很高的場(chǎng)合,使用匯編語言是必不可少的,至于對(duì)于很多需要直接控制硬件的應(yīng)用場(chǎng)合,用保護(hù)模式下的匯編語言編程也提供給了對(duì)硬件不了解的初學(xué)者一種方法。以下是利用匯編語言制作的簡單計(jì)算器程序。主程序中提供操作提示和提供五次跳轉(zhuǎn),分別調(diào)用四則運(yùn)算子程序和退出程序。四個(gè)運(yùn)算功能子程序組成分別實(shí)現(xiàn)加減乘除四則運(yùn)算
關(guān)鍵詞:保護(hù)模式、主程序、子程序、跳轉(zhuǎn)
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
目 錄
一.任務(wù)書
二.摘要與關(guān)鍵詞
三.目錄
四.設(shè)計(jì)
1)背景分析及意義
2)總體設(shè)計(jì)思想
3)完成的主要功能
4)軟硬件環(huán)境要求
5)程序流程圖
6)使用說明
五.設(shè)計(jì)總結(jié)
六.參考文獻(xiàn)
七.程序清單
摘 要
在保護(hù)模式下的匯編語言編程不僅具有計(jì)算機(jī)提供給用戶的最快而又最有效的語言的優(yōu)勢(shì),也可以在不很了解計(jì)算機(jī)硬件的前提下使用它,在對(duì)于程序的空間和時(shí)間要求很高的場(chǎng)合,使用匯編語言是必不可少,至于對(duì)于很多需要直接控制硬件的應(yīng)用場(chǎng)合,用保護(hù)模式下的匯編語言編程也提供給了對(duì)硬件不了解的初學(xué)者一中方法。以下是利用匯編語言制作的簡單計(jì)算器程序。要求是在屏幕上顯示出參與運(yùn)算的數(shù)據(jù)與運(yùn)算結(jié)果。并且可以選擇運(yùn)算的功能。
在對(duì)于程序的空間和時(shí)間要求很高的場(chǎng)合,使用匯編語言是必不可少的,至于對(duì)于很多需要直接控制硬件的應(yīng)用場(chǎng)合,用保護(hù)模式下的匯編語言編程也提供給了對(duì)硬件不了解的初學(xué)者一種方法。以下是利用匯編語言制作的簡單計(jì)算器程序。主程序中提供操作提示和提供五次跳轉(zhuǎn),分別調(diào)用四則運(yùn)算子程序和退出程序。四個(gè)運(yùn)算功能子程序組成分別實(shí)現(xiàn)加減乘除四則運(yùn)算
關(guān)鍵詞:保護(hù)模式、主程序、子程序、跳轉(zhuǎn)
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
目 錄
一.任務(wù)書
二.摘要與關(guān)鍵詞
三.目錄
四.設(shè)計(jì)
1)背景分析及意義
2)總體設(shè)計(jì)思想
3)完成的主要功能
4)軟硬件環(huán)境要求
5)程序流程圖
6)使用說明
五.設(shè)計(jì)總結(jié)
六.參考文獻(xiàn)
七.程序清單
TA們正在看...
- 01.1四時(shí)田園雜興課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 01.2稚子弄冰課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 01.3村晚課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 02冬陽·童年·駱駝隊(duì)公開課優(yōu)秀教案教學(xué)設(shè)計(jì)(五年...doc
- 02冬陽·童年·駱駝隊(duì)最新教研教案教學(xué)設(shè)計(jì)(部編版...doc
- 02冬陽·童年·駱駝隊(duì)課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 03祖父的園子公開課優(yōu)秀教案教學(xué)設(shè)計(jì)(五年級(jí)下冊(cè)).doc
- 03祖父的園子最新教研教案教學(xué)設(shè)計(jì)(部編版五年級(jí)下...doc
- 03祖父的園子課堂教學(xué)教案教學(xué)設(shè)計(jì)(部編版).doc
- 04草船借箭公開課優(yōu)秀教案教學(xué)設(shè)計(jì)(五年級(jí)下冊(cè)).doc