📄 c2xx_bex.cmd
字号:
/* Linker command file to specify c2xxprog sections */
/* and define PRG2xxw declarations */
/* Locates program section in B0 ram and uses B1 data buffer */
/* for Flash 0 array programming */
/* Rev : 1.10 */
/* Modified by : Sam Saba, TI Houston 12/24/96 */
-e PRG_init
-o c2xx_bex.out
-m c2xx_bex.map
c2xx_bex.obj
MEMORY
{
PAGE 0 : PROG: origin = 0x8000, length = 0x012f
PAGE 0 : SPRG: origin = 0x814f, length = 0x0030
PAGE 1 : VARS: origin = 0x0300, length = 0x0010
PAGE 1 : DATA: origin = 0x0320, length = 0x00d0
PAGE 1 : DSPAD1: origin = 0x0310, length = 0x0010
}
SECTIONS
{
PRG_parm : {} > DSPAD1 PAGE 1
PRG_data : {} > DATA PAGE 1
ary_var : {} > 0x300 PAGE 1
PRG_text : {} > PROG PAGE 0
ALG_text : {} > PROG PAGE 0
SPL_text : {} > SPRG PAGE 0
fl_prg : {} > PROG PAGE 0
DLY : {} > PROG PAGE 0
REG : {} > PROG PAGE 0
ARY : {} > PROG PAGE 0
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -