dtmfdsp.mak

来自「DTMF信号产生原程序」· MAK 代码 · 共 39 行

MAK
39
字号
/************* 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]
C206.CMD 4

[Project Root]
D:\DTMFDSP

[build options]
3
Linker = "-c -e start -o DTMFDSP.out -x "
Assembler = "-glpps -v2xx "
Compiler = "-g -v2xx -as -frE:\mine\Source\Ctc9\ "

[source files]
SecVectors.asm 1081672256 1
mainsrc.asm 1091416514 1
globals.inc 1091415706 0
table.inc 1091406464 0
-25408

[dependencies]
 0 -802
 2 2:5 3:6 30447
 0 -802
 0 -802

[version]
2.0
*/
-c -e start -o DTMFDSP.out -x
"mainsrc.obj"
"SecVectors.obj"
"C206.CMD"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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