代码搜索结果
找到约 10,000 项符合
Test 的代码
test.asm
;***************************************************************
;* TMS320C54x ANSI C Codegen Version 1.10 *
;* Date/Time created: Sat Jun 12 16:22:05 1999 *
;*
test.map
*****************************************************
TMS320C54x COFF Linker Version 1.10
*****************************************************
Sat Jun 12 16:22:06 1999
OUTPUT FILE NAM
test.dat
DATA x[32]={
0x0000,
0x0001,
0x1002,
0x1003,
0x2004,
0x2005,
0x3006,
0x3007,
0x4008,
0x4009,
0x500a,
0x500b,
0x600c,
0x600d,
0x700e,
0x700f,
0x8010,
0x8011,
0x9012,
0x9013,
0xa014
test.c
#include "..\include\c54fft.h"
#include "test.dat"
void main()
{
cbrev( x, y, 8);
cbrev( x, y, 16);
for(;;){}
}
test.cmd
-c
-l ..\include\rts.lib
-l ..\include\c54corr.lib
-stack 0x200
-heap 0x200
-o test.out
-m test.map
MEMORY
{
PAGE 0:
INT_PM_DRAM: origin = 0080h,
test.asm
;***************************************************************
;* TMS320C54x ANSI C Codegen Version 1.10 *
;* Date/Time created: Sat Jun 12 16:52:57 1999 *
;*
test.map
*****************************************************
TMS320C54x COFF Linker Version 1.10
*****************************************************
Sat Jun 12 16:52:58 1999
OUTPUT FILE NAM