_______________________________________________________________________________
README.TXT		Example program that demonstrates placing code and data
			in alternate memory segments 

Analog Devices, Inc.
DSP Division
P.O. Box 9106
Norwood, MA 02062

29-MARCH-01

This zip files contains example code that is associated with the EE Note titled 
"Placing C Code and Data in Alternate Memory Segments using VisualDSP++"
This code was developed for and ADSP-21060 target processor.
The example was tested on VisualDSP++, Release 1.0. 

Files contained in this zip file:
MAIN.C		C source file that calls the function SUM from ext.c.
EXT.C 		Declares and defines the function SUM.
ALT_60.LDF	Linker description file for this example.
ALTSEG.DPJ	The VisualDSP project file for this example.  The AltSeg project is
  		configured to produce a DXE file named AltSeg.dxe.
___________________________________________________________________________
