tasm.mak

来自「几个关于DSP的很有用的例子程序」· MAK 代码 · 共 42 行

MAK
42
字号
/************* Code Composer V1 Project Data ********************
  The following section contains data generated by Code Composer
  to store project information like build options, source filenames
  and dependencies.

[command filename]
..\t.cmd 5

[Project Root]
C:\屈俊\arithmetic\TI\C5000\FIR

[build options]
3
Linker = "-c -m t.map -o t.out -x "
Assembler = "-s "
Compiler = "-g -as -frC:\屈俊\arithmetic\TI\C5000\G711 "

[source files]
..\rts.lib 0 1
Fir.c 1002849456 1
main.asm 1002597274 1
typedef.h 1002370528 0
Fir.h 1002597540 0
10300

[dependencies]
 0 -802
 2 3:1 4:2 -24875
 0 -802
 0 -802
 0 -802

[version]
2.0
*/
-c -m t.map -o t.out -x
"main.obj"
"..\G711\Fir.obj"
"..\rts.lib"
"..\t.cmd"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?