?? dc_control.cmd
字號:
MEMORY
{
PAGE 0 : VECS : origin = 0h , length = 040h /* VECTORS */
PROG : origin = 44h , length = 07700h /* PROGRAM */
DATA : origin = 07800h , length = 07ffh /* XDM */
PAGE 1 : /*MMRS : origin = 1h , length = 060h /* MMRS */
B2 : origin = 0060h , length = 020h /* DARAM */
B0 : origin = 0200h , length = 017fh /* DARAM */
B1 : origin = 0380h , length = 0400h /* DARAM */
}
SECTIONS
{
.text :{}> PROG PAGE 0
.cinit :{}> PROG PAGE 0
.data :{}> DATA PAGE 0
.vectors:{}> VECS PAGE 0
.stack :{}> B1 PAGE 1
.bss :{}> B0 PAGE 1
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -