代码搜索结果
找到约 10,000 项符合
Test 的代码
test.map
*****************************************************
TMS320C54x COFF Linker Version 1.10
*****************************************************
Sat Jun 12 16:55:42 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\c54lms.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:55:28 1999 *
;*
test.map
*****************************************************
TMS320C54x COFF Linker Version 1.10
*****************************************************
Sat Jun 12 16:55:29 1999
OUTPUT FILE NAM
test.dat
/* Test for dlms: rand */
#pragma DATA_SECTION (x,".x")
DATA x[NX] ={
0x4000,
0x2000,
0x1000,
0x0800,
0x0400,
0x0200,
0x0100,
0x0080,
0x0040,
0x0020,
0x0010,
0x0008,
0x0004,
0x0002,
test.c
#define NX 20
#define NH 12
#define STEP 0x1000
#include "..\include\c54lms.h"
#include "test.dat"
void main()
{
int i;
/* clear */
for (i=0;i