文件名称:11.
- 所属分类:
- 汇编语言
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2015-11-03
- 文件大小:
- 45kb
- 下载次数:
- 0次
- 提 供 者:
- 若*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
.data
arrayX word 12H,34H,56H,78H,9000H
arrayY word 1200H,3400H,5600H,7800H,8900H
count = length arrayX
arrayZ word count dup(0)
要求:
(1)使用LOOP指令实现数组arrayX 和arrayY对应元素求和,结果放到数组arrayZ中。
(2)如果使用irvine的库,该库的路径必须放到C:\Irvine下。
-.data
array word 12H, 34H, 56H, 78H, 9000H
array word 1200H, 3400H, 5600H, 7800H, 8900H
count = length arrayX
arrayZ word count dup (0)
Claim:
(1) Use the LOOP command to achieve the corresponding element array arrayX and arrayY summing result is stored in an array arrayZ.
(2) If irvine library, the library must be placed in the path C: \ at Irvine.
arrayX word 12H,34H,56H,78H,9000H
arrayY word 1200H,3400H,5600H,7800H,8900H
count = length arrayX
arrayZ word count dup(0)
要求:
(1)使用LOOP指令实现数组arrayX 和arrayY对应元素求和,结果放到数组arrayZ中。
(2)如果使用irvine的库,该库的路径必须放到C:\Irvine下。
-.data
array word 12H, 34H, 56H, 78H, 9000H
array word 1200H, 3400H, 5600H, 7800H, 8900H
count = length arrayX
arrayZ word count dup (0)
Claim:
(1) Use the LOOP command to achieve the corresponding element array arrayX and arrayY summing result is stored in an array arrayZ.
(2) If irvine library, the library must be placed in the path C: \ at Irvine.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
汇编
....\.vs
....\...\汇编
....\...\....\v14
....\...\....\...\.suo
....\Debug
....\.....\masm.exe
....\.....\masm.ilk
....\.....\masm.pdb
....\masm
....\....\Debug
....\....\.....\masm.Build.CppClean.log
....\....\.....\masm.log
....\....\.....\masm.tlog
....\....\.....\.........\link.read.1.tlog
....\....\.....\.........\link.write.1.tlog
....\....\.....\.........\masm.lastbuildstate
....\....\.....\.........\masm.write.1u.tlog
....\....\.....\test.obj
....\....\masm.lst
....\....\masm.vcxproj
....\....\masm.vcxproj.filters
....\....\masm.vcxproj.user
....\....\test.asm
....\汇编.sdf
....\汇编.sln