?? spi_led.cmd
字號:
-stack 0x40
MEMORY
{
PAGE 0 : VECS : origin = 0h , length = 040h /* VECTORS */
PVECS : origin = 044h,length = 06ch
PROG : origin = 0b0h , length = 03fffh /* PROGRAM */
PAGE 1 : MMRS : origin = 0h , length = 060h /* MMRS */
B2 : origin = 0060h , length = 020h /* DARAM */
B0 : origin = 0200h , length = 0100h /* DARAM */
B1 : origin = 0300h , length = 0100h /* DARAM */
/* SRAM : origin = 0800h , length = 07ffh /* SRAM */
XDATA : origin = 8000h , length = 8000h
}
SECTIONS
{
.reset :{}> VECS PAGE 0
.text :{}> PROG PAGE 0
.cinit :{}> PROG PAGE 0
/*.data :{}> B1 PAGE 1*/
.stack :{}> B1 PAGE 1
.bss :{}> B0 PAGE 1
.vectors:{}> VECS PAGE 0
/*reset :{}> VCES PAGE 0*/
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -