文件名称:FourArithmeticOperations
介绍说明--下载内容均来自于网络,请自行研究使用
通过汇编语言:能实现加、减、乘、除的计算。该程序接受
的是16进制数。
执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下:
c:\masm>js 3+2
5
c:\masm>js 6*7
2A
c:\masm>js 10-4
c
c:\masm>js 12/3
6
-Through assembly language: to achieve add, subtract, multiply, divide the calculation. The program accepts the 16 decimal. Implementation, need to keep up with the file name after the calculation of the direct expression, as in the command prompt implementation of the results are as follows: c: \ masm> js 3+2 5 c: \ masm> js 6* 7 2A c: \ masm> js 10-4 c c: \ masm> js 12/3 6
的是16进制数。
执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下:
c:\masm>js 3+2
5
c:\masm>js 6*7
2A
c:\masm>js 10-4
c
c:\masm>js 12/3
6
-Through assembly language: to achieve add, subtract, multiply, divide the calculation. The program accepts the 16 decimal. Implementation, need to keep up with the file name after the calculation of the direct expression, as in the command prompt implementation of the results are as follows: c: \ masm> js 3+2 5 c: \ masm> js 6* 7 2A c: \ masm> js 10-4 c c: \ masm> js 12/3 6
(系统自动生成,下载前可以参看下载内容)
下载文件列表
案例4加减乘除四则运算\JS.ASM
.....................\说明.txt
案例4加减乘除四则运算
.....................\说明.txt
案例4加减乘除四则运算