📄 genmake_mot.loc
字号:
[PROC=566] \\ Motorola DSP 56600 processor
compiler="$TOOL_DIR/g566c"
assembler="$TOOL_DIR/asm56600"
librarian="$TOOL_DIR/dsplib"
# Use of the Motorola linker, DSPLNK, depends on project content. A project
# which contains object files built only by ASM56600 can use the linker
# directly. A project with object files created by the G566C compiler calls
# the linker via the compiler driver. So, do not change this value. If you
# want to change the linker name or path, edit 'def_link_args' in C_code or
# ASM_code (depending on whether any C files in use).
linker=""
tool_env=""
dos_app=True
dos_names=always
Extensions.objects="clb,cld,cln"
C_code.def_link_args="$TOOL_DIR/g566c $(C_LNK)"
ASM_code.def_link_args="$TOOL_DIR/dsplnk $(A_LNK)"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -