?? hello.cmd
字號:
MEMORY
{
PAGE 0:
VECS : org=0080h len=80h /* On-Chip Dual-Access RAM */
PRAM : org=110h len=3df0h /* Interrupt Vector Table */
PAGE 1:
SPAD : o=60h l=20h /* Scratch-Pad RAM */
DARAM : o=4000h l=4000h /* On-Chip Dual-Access RAM */
}
SECTIONS
{ .vectors :{}> VECS PAGE 0
.text :{}> PRAM PAGE 0
.data :{}> PRAM PAGE 0
.cinit :{}> PRAM PAGE 0
.vars :{}> DARAM PAGE 1
.switch :{}> DARAM PAGE 1
.const :{}> DARAM PAGE 1
.sysmem :{}> DARAM PAGE 1
.stack :{}> DARAM PAGE 1
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -