代码搜索结果
找到约 10,000 项符合
Test 的代码
test.cmd
-c
-l ..\include\rts.lib
-l ..\include\c54lms.lib
-stack 0x200
-heap 0x200
-o test.out
-m test.map
MEMORY
{
PAGE 0:
INT_PM_DRAM: origin = 0080h, length = 1380h
EXT_PM_RAM: ori
test.asm
;***************************************************************
;* TMS320C54x ANSI C Codegen Version 1.10 *
;* Date/Time created: Sat Jun 12 16:55:34 1999 *
;*
test.h
/* Test for ndlms: nois */
#define NX 32
#define NH 2
#define LTAU 9
#define CUTOFF 33
#define GAIN -8
#pragma DATA_SECTION (x,".x")
DATA x[NX]={
0x6000,
0x6000,
0x6000,
0
test.map
*****************************************************
TMS320C54x COFF Linker Version 1.10
*****************************************************
Sat Jun 12 16:55:35 1999
OUTPUT FILE NAM
test.c
#include "..\include\c54lms.h"
#include "test.h"
short i;
main()
{
/* clear */
for (i=0;i
test.cmd
-c
-l ..\include\rts.lib
-l ..\include\c54fft.lib
-stack 0x200
-heap 0x200
-m test.map
-o test.out
MEMORY
{
PAGE 0:
INT_PM_DRAM: origin = 0080h, leng
test.asm
;***************************************************************
;* TMS320C54x ANSI C Codegen Version 1.10 *
;* Date/Time created: Sat Jun 12 16:22:22 1999 *
;*