-----------------------------------------------------------------------------
Analog Devices Inc.
DSP Applications, 617-461-3672

MODIFIED: 4/10/92 to fix shift constant to LONG in c2b.c

The programs in this directory read spl21k stacked-format output files, and
write Motorola Exorciser-format S-records for burning EPROMs for the
EPROM-based 21020 JTAG Downloader Board.  This board is described in an 
Analog Devices' DSP Division Application Note entitled "A JTAG Boot Downloader 
for the ADSP-21020".

Using the Microsoft C Compiler for the IBM-PC, pub21k.exe can be created with
the following command:

    cl /AH /O pub21k.c s2c.c c2b.c b2b.c stox.c /link /stack:6144

On SUN workstations, use:

    [g]cc -O -o pub21k s2c.c c2b.c b2b.c stox.c

-----------------------------------------------------------------------------
