_____________________________________________________________________________________________________ Readme.txt Example ADSP-21161 Vector Summation Program Analog Devices, Inc. DSP Division P.O. Box 9106 Norwood, MA 02062 17-NOV-97 This directory contains an example subroutine that implements a Vector Summation given two vectors. Files contained in this directory: vectsum.asm ADSP-21161 source for the vector summation. vectsum_test.asm ADSP-21161 source file which calls the vector summation function. vectsum.ldf Linker description file (system description) for vectsum example vectsum.dpj The VDSP project file for the vectsum example. The vectsum project is configured to produce a DXE file named vectsum.dxe and an EPROM loader file named vectsum.ldr. input1.dat Input data for vectsum example. input2.dat Input data for vectsum example. output_exp.dat The expected output data for vectsum example. This application does not need any specific hardware settings and can be tested on any target board. _____________________________________________________________________________________________________