📄 clear.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 */
-o clear.out
-m clear.map
clear.obj
MEMORY
{
PAGE 0 : PROG: origin = 0xfe00, length = 0x100
PAGE 1 : VARS: origin = 0x0300, length = 0x28
PAGE 1 : DATA: origin = 0x0328, length = 0xb8
}
SECTIONS
{
.bss : {} > VARS PAGE 1
.text : {} > PROG PAGE 0
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -