wwe2014皇家大战30人:请朋友们帮忙翻译下,我英语能力差,写论文用,急!!

来源:百度文库 编辑:高校问答 时间:2024/04/20 14:21:30
汇编语言的四则运算及输入输出实现方法

摘要 本论文主要介绍了汇编四则运算及输入输出的实现方法。汇编语言是低级语言,用它来实现四则运算及输入输出显然比高级语言要难的多,我们在实现输出的时候,并不仅仅需要知道输入的命令及其格式,还要对其实现方法有所了解。而进行四则运算时,不仅命令大不相同,其方法也存在很大的差异。在输入中需要应用BIOS调用来完成通过对这些命令及方法的介绍,了解汇编语言的实现方法,该如何利用16进制实现数字的输入,输出,以及加减乘除。这是我们这篇文章讨论的问题

关键词 指令 汇编语言,四则运算,BIOS,寄存器

Abstract
In this paper, I mainly discussed the implementation of
arithmetic and the I/O operations using assembly language. Since assembly language is a low-level programming language, it's much more challenging to accomplish such a task than using high-level languages. When dealing with I/O, we have to not only learn the formats of input instructions but also the implementation of them. And when doing mathematical operations, differences are there both in instructions and methods. BIOS calls are also needed in inputs. Through the introduction of these instructions and methods, I also address the issues such as implementation with assembly language,utilization of Hex numbers in numeric I/Os and four arithmetic operations in this paper.

Keywords: instruction, assembly language, four arithmetic operations, BIOS, register

自己翻的,希望对楼主有所帮助

我的英语还没有到写论文的地步。不过我可以给你个参考。
可能对你有用。