iir.pjt

来自「本程序是IIR滤波的汇编小程序」· PJT 代码 · 共 31 行

PJT
31
字号
; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectDir="F:\MyDSP\IIR\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compiler"
Tool="CustomBuilder"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="IIR.asm"
Source="IIR_V.asm"
Source="IIR.CMD"

["Compiler" Settings: "Debug"]
Options=-g -fr"$(Proj_dir)\Debug" -d"_DEBUG"

["Compiler" Settings: "Release"]
Options=-o2 -fr"$(Proj_dir)\Release"

["Linker" Settings: "Debug"]
Options=-c -m".\Debug\IIR.map" -o".\Debug\IIR.out" -w -x

["Linker" Settings: "Release"]
Options=-c -m".\Release\IIR.map" -o".\Release\IIR.out" -w -x

⌨️ 快捷键说明

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