# MS-DOS 'make' file used to create: # # Biquad IIR example using memory-resident data # # Analog Devices, Inc. DSP Applications P.O.Box 9106 Norwood, MA 02062 # tel. (617) 461-3672 # Christoph D. Cavigioli ... 16-Apr-1991 # # Invoke this on PC (using Microsoft Make) thus: make makefile.mem # # IF YOU DO NOT HAVE "MAKE": issue the commands which appear # on the lines starting with a tab. #----- Assemble the source code files -------------------------------------- # iirmem.obj: iirmem.asm iircoefs.dat asm21k iirmem cascade.obj: cascade.asm asm21k cascade #----- Link the assembled object files together ---------------------------- # iirmem.exe: iirmem.obj cascade.obj generic.ach ld21k iirmem cascade -a generic -m #----- Done ----------------------------------------------------------------