?? pgm.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 pgm.out
-m pgm.map
pgm.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 + -