代码搜索结果
找到约 10,000 项符合
Test 的代码
test.asm
;***************************************************************
;* TMS320C54x ANSI C Codegen Version 1.10 *
;* Date/Time created: Sat Jun 12 16:21:07 1999 *
;*
test.map
*****************************************************
TMS320C54x COFF Linker Version 1.10
*****************************************************
Sat Jun 12 16:21:08 1999
OUTPUT FILE NAM
test.dat
DATA x[32]={
0x0004,
0x0002,
0x0001,
0x0008,
0x0040,
0x0020,
0x0010,
0x0080,
0x0040,
0x0020,
0x0010,
0x0008,
0x0004,
0x0002,
0x0001,
0x0000,
0xffff,
0xfffe,
0xfffc,
0xfff8,
0xfff0
test.c
#include "..\include\c54math.h"
#include "test.dat"
void main()
{
maxexp = bexp( x, 16 );
for(;;){}
}
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:41 1999 *
;*
test.h
#define NX 32
#define NB 4
#define NH 4
#define LTAU 9
#define CUTOFF 33
#define GAIN -8
#define BSIZE 2
#pragma DATA_SECTION (x,".x")
DATA x[NX]={
0x4000,
0x2000,
0x1000,
0x0800,
0x040