文件名称:11.
-
所属分类:
- 标签属性:
- 上传时间:2015-11-02
-
文件大小:44.71kb
-
已下载: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/
汇编/.vs/汇编/
汇编/.vs/汇编/v14/
汇编/.vs/汇编/v14/.suo
汇编/Debug/
汇编/Debug/masm.exe
汇编/Debug/masm.ilk
汇编/Debug/masm.pdb
汇编/masm/
汇编/masm/Debug/
汇编/masm/Debug/masm.Build.CppClean.log
汇编/masm/Debug/masm.log
汇编/masm/Debug/masm.tlog/
汇编/masm/Debug/masm.tlog/link.command.1.tlog
汇编/masm/Debug/masm.tlog/link.read.1.tlog
汇编/masm/Debug/masm.tlog/link.write.1.tlog
汇编/masm/Debug/masm.tlog/masm.lastbuildstate
汇编/masm/Debug/masm.tlog/masm.write.1u.tlog
汇编/masm/Debug/test.obj
汇编/masm/masm.lst
汇编/masm/masm.vcxproj
汇编/masm/masm.vcxproj.filters
汇编/masm/masm.vcxproj.user
汇编/masm/test.asm
汇编/汇编.sdf
汇编/汇编.sln
汇编/.vs/
汇编/.vs/汇编/
汇编/.vs/汇编/v14/
汇编/.vs/汇编/v14/.suo
汇编/Debug/
汇编/Debug/masm.exe
汇编/Debug/masm.ilk
汇编/Debug/masm.pdb
汇编/masm/
汇编/masm/Debug/
汇编/masm/Debug/masm.Build.CppClean.log
汇编/masm/Debug/masm.log
汇编/masm/Debug/masm.tlog/
汇编/masm/Debug/masm.tlog/link.command.1.tlog
汇编/masm/Debug/masm.tlog/link.read.1.tlog
汇编/masm/Debug/masm.tlog/link.write.1.tlog
汇编/masm/Debug/masm.tlog/masm.lastbuildstate
汇编/masm/Debug/masm.tlog/masm.write.1u.tlog
汇编/masm/Debug/test.obj
汇编/masm/masm.lst
汇编/masm/masm.vcxproj
汇编/masm/masm.vcxproj.filters
汇编/masm/masm.vcxproj.user
汇编/masm/test.asm
汇编/汇编.sdf
汇编/汇编.sln
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.