sinwave.mak

来自「2407上实现正弦波形输出」· MAK 代码 · 共 34 行

MAK
34
字号
/************* 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]
Test.cmd 2

[Project Root]
D:\DSP全部程序\5\正弦波

[build options]
3
Linker = "-o sinwave.out -x "
Assembler = "-cgs -v2xx "
Compiler = "-g -v2xx -as -frE:\zym\ "

[source files]
sinwave2.asm 1226318936 1
E:\F2407REGS.H 0 0
25830

[dependencies]
 1 1:2 30916
 0 -802

[version]
2.0
*/
-o sinwave.out -x
"sinwave2.obj"
"Test.cmd"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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