tasm.mak

来自「TMS320C54X 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]
D:\experiment\examples\TI\C5000\G711

[build options]
3
Linker = "-c -m tasm.map -o tasm.out -x "
Assembler = "-s "
Compiler = "-g -as -frC:\ "

[source files]
..\rts.lib 0 1
G711.c 1002598478 1
main.asm 1002598410 1
typedef.h 1002373360 0
g711.h 1002598040 0
32131

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

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

⌨️ 快捷键说明

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