📄 abc6.cmd
字号:
/*************************************************************************/
/* This is the Linker Command File for the TMS320C541 */
/*************************************************************************/
-c
-l rts.lib
-stack 0x200
-heap 0x200
MEMORY
{
PAGE 0:
EPROM: origin = 2B00h, length = 2900h
VECT: origin = 80h, length = 80h
PROM: origin = 200h, length = 2800h
}
SECTIONS
{
.vectors: {} > VECT PAGE 0
.text : {} > PROM PAGE 0
.cinit : {} > EPROM PAGE 0
.switch : {} > EPROM PAGE 0
.stack : {} > EPROM PAGE 0
.bss : {} > EPROM PAGE 0
.const : {} > EPROM PAGE 0
.data : {} > EPROM PAGE 0
.sysmem : {} > EPROM PAGE 0
.cio : {} > EPROM PAGE 0
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -