代码搜索结果
找到约 10,000 项符合
Test 的代码
test.asm
;***************************************************************
;* TMS320C54x ANSI C Codegen Version 1.10 *
;* Date/Time created: Sat Jun 12 16:19:53 1999 *
;*
test.map
*****************************************************
TMS320C54x COFF Linker Version 1.10
*****************************************************
Sat Jun 12 16:19:54 1999
OUTPUT FILE NAM
test.dat
DATA x[32]={
0x1999,
0x3dcc,
0x7fff,
0x3dcc,
0xc234,
0x7fff,
0x4000,
0x2000,
0x1000,
0x0800,
0xf800,
0xf000,
0xe000,
0xc000,
0x4000,
0x4000,
0x4000,
0x4000,
0x4000,
0x4000,
0x4000
test.c
#include "..\include\c54math.h"
#include "test.dat"
void main()
{
int i;
ptrx=x;ptry=y;ptrr=r;
for( i=0; i
test.cmd
-c
-l ..\include\rts.lib
-l ..\include\c54math.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:19:37 1999 *
;*
test.map
*****************************************************
TMS320C54x COFF Linker Version 1.10
*****************************************************
Sat Jun 12 16:19:38 1999
OUTPUT FILE NAM