对数运算实现是32位的运算包含有指数和对数的求法
源代码在线查看: log.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\log\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="D:\ccs2.2\c5500\cgtools\lib\rts55.lib"
Source="init.asm"
Source="log10.asm"
Source="main.c"
Source="para_define.asm"
Source="parameter.asm"
Source="log1.cmd"
["Compiler" Settings: "Debug"]
Options=-g -q -fr"E:\log\Debug" -d"_DEBUG"
["Compiler" Settings: "Release"]
Options=-q -o2 -fr"E:\log\Release"
["DspBiosBuilder" Settings: "Debug"]
Options=-v55
["DspBiosBuilder" Settings: "Release"]
Options=-v55
["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\log.map" -o".\Debug\log.out" -x
["Linker" Settings: "Release"]
Options=-q -c -m".\Release\log.map" -o".\Release\log.out" -x