lab4-asm.pjt

来自「本文件包含了DSP的几种算法」· PJT 代码 · 共 36 行

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

[Project Settings]
ProjectName="lab9-asm"
ProjectDir="D:\ti622\myprojects\icetek-dm642-pci\lab4-asm\"
ProjectType=Executable
CPUFamily=TMS320C62XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="lab4-asm.asm"
Source="lab4-asm.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"D:\ti622\myprojects\icetek-dm642-pci\lab4-asm\Debug" -d"_DEBUG" -mv6400

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"D:\ti622\myprojects\icetek-dm642-pci\lab4-asm\Release"

["DspBiosBuilder" Settings: "Debug"]
Options=-v6x

["DspBiosBuilder" Settings: "Release"]
Options=-v6x

["Linker" Settings: "Debug"]
Options=-q -estart -heap0x400 -m".\Debug\lab10-asm.map" -o".\Debug\lab10-asm.out" -stack0x400 -w -x

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

⌨️ 快捷键说明

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