代码搜索结果
找到约 10,000 项符合
Test 的代码
test.map
*****************************************************
TMS320C54x COFF Linker Version 1.10
*****************************************************
Sat Jun 12 16:22:23 1999
OUTPUT FILE NAM
test.c
#include "..\include\c54fft.h"
#pragma DATA_SECTION (x,".x")
DATA x[1024];
#pragma DATA_SECTION (r,".r")
DATA r[1024];
void main()
{
int i, j;
j=64;
test.cmd
-c
-l ..\include\rts.lib
-l ..\include\c54fft.lib
-stack 0x200
-heap 0x200
-m test.map
-o test.out
MEMORY
{
PAGE 0: ROM (RIX) : origin = 00000h length = 00080h
RAM (RWIX)
test.c
#include "..\include\c54fft.h"
#pragma DATA_SECTION (x,".x")
DATA x[2048];
#pragma DATA_SECTION (r,".r")
DATA r[2048];
main()
{
int i,j;
for( i=0; i
test.asm
;***************************************************************
;* TMS320C54x ANSI C Codegen Version 1.10 *
;* Date/Time created: Sat Jun 12 16:22:13 1999 *
;*
test.map
*****************************************************
TMS320C54x COFF Linker Version 1.10
*****************************************************
Sat Jun 12 16:22:14 1999
OUTPUT FILE NAM
test.cmd
/*************************************************************************/
/* This is the Linker Command File for the TMS320C541 */
/**********************************************************