home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / DSPCG1.ZIP / MODEL.INC < prev    next >
Encoding:
Text File  |  1989-02-06  |  435 b   |  13 lines

  1. large_model    .set    0    ;Set this to 1 if using the large
  2.                 ;memory model compiler option
  3.  
  4. array_filter    .set    1    ;Include the array filter routine
  5. s_by_s_filter    .set    1    ;Include the sample by sample
  6.                 ;filter subroutine
  7.  
  8. coef_ram    .set    1    ;If set to 1, coefficients will be 
  9.                 ;located in uninitialized RAM
  10.                 ;(i.e. coefs will be copied from
  11.                 ;program space to RAM for ASM30 code or
  12.                 ;placed in ".cinit" for 'C' code)
  13.