文件名称:p210_test
介绍说明--下载内容均来自于网络,请自行研究使用
对功能子程序的测试和验证
名称:add128
功能:两个128位数据进行相加
参数:
ds:si指向存储第一个数的内存空间,因数据为128位,所以需要8个字单元,由低地址单元到高地址单元依次存
放128位数据由低到高的各个字。运算结果存储在第一个数的存储空间中。
-For functional testing and validation routines
Name: add128
Function: for adding two 128-bit data
Parameters:
Ds: si points to the first number stored in the memory space, because the data is 128, so you need 8-word units, from low to high address unit locations were kept
Put 128 data from low to high every word. Result is stored in the memory space of the first number.
名称:add128
功能:两个128位数据进行相加
参数:
ds:si指向存储第一个数的内存空间,因数据为128位,所以需要8个字单元,由低地址单元到高地址单元依次存
放128位数据由低到高的各个字。运算结果存储在第一个数的存储空间中。
-For functional testing and validation routines
Name: add128
Function: for adding two 128-bit data
Parameters:
Ds: si points to the first number stored in the memory space, because the data is 128, so you need 8-word units, from low to high address unit locations were kept
Put 128 data from low to high every word. Result is stored in the memory space of the first number.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
p210_test.asm