lab4-asm.pjt
上传用户:dahaojd
上传日期:2008-01-29
资源大小:14357k
文件大小:1k
源码类别:

DSP编程

开发平台:

C/C++

  1. ; Code Composer Project File, Version 2.0 (do not modify or remove this line)
  2. [Project Settings]
  3. ProjectName="lab9-asm"
  4. ProjectDir="D:ti622myprojectsicetek-dm642-pcilab4-asm"
  5. ProjectType=Executable
  6. CPUFamily=TMS320C62XX
  7. Tool="Compiler"
  8. Tool="DspBiosBuilder"
  9. Tool="Linker"
  10. Config="Debug"
  11. Config="Release"
  12. [Source Files]
  13. Source="lab4-asm.asm"
  14. Source="lab4-asm.cmd"
  15. ["Compiler" Settings: "Debug"]
  16. Options=-g -q -fr"D:ti622myprojectsicetek-dm642-pcilab4-asmDebug" -d"_DEBUG" -mv6400
  17. ["Compiler" Settings: "Release"]
  18. Options=-q -o3 -fr"D:ti622myprojectsicetek-dm642-pcilab4-asmRelease"
  19. ["DspBiosBuilder" Settings: "Debug"]
  20. Options=-v6x
  21. ["DspBiosBuilder" Settings: "Release"]
  22. Options=-v6x
  23. ["Linker" Settings: "Debug"]
  24. Options=-q -estart -heap0x400 -m".Debuglab10-asm.map" -o".Debuglab10-asm.out" -stack0x400 -w -x
  25. ["Linker" Settings: "Release"]
  26. Options=-q -c -m".Releaselab10-asm.map" -o".Releaselab10-asm.out" -w -x