?? memory.cmd
字號:
-stack 100
-m test.map
-o test.out
MEMORY
{
PAGE 0 :
VECS : origin = 0h , length = 40h
PVECS : origin = 44h , length = 70h
PROG : origin = 200h , length = 1000h
PAGE 1 :
MMRS : origin = 0h , length = 05Fh
B2 : origin = 0060h , length = 020h
B0 : origin = 0200h , length = 100h
B1 : origin = 0300h , length = 100h
SARAM : origin = 0800h , length = 0800h
EXT : origin = 8000h , length = 8000h
}
SECTIONS
{
.reset :{}>VECS PAGE 0
.vectors :{}>VECS PAGE 0
.pvecs :{}>PVECS PAGE 0
.text :{}>PROG PAGE 0
.cinit :{}>PROG PAGE 0
.switch :{}>PROG PAGE 0
.bss :{}>SARAM PAGE 1
.const :{}>SARAM PAGE 1
.stack :{}>B1 PAGE 1
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -