📄 5416.cmd
字号:
-c /*ROM自动初始化模型*/
-m xhfx.map /*产生存储器映射文件*/
-o xhfx.out /*输出文件名*/
/*main.obj /*主程序模块*/
-l rts.lib /*运行时间支持库*/
MEMORY
{
/* Partition the memory ---------------------------------------------------*/
PAGE 0: vecs : origin = 0x80,length = 0x80
PAGE 0: DARAMP: origin = 0x0100,length = 0x3000
PAGE 1: DARAMD: origin = 0x03100,length = 0x4000
PAGE 1: RAM: origin = 0x018000,length = 0x8000
PAGE 1: RF_RAML: origin = 0x028000,length = 0x8000
PAGE 1: RF_RAMH: origin = 0x038000,length = 0x8000
PAGE 1: PW_RAML: origin = 0x048000,length = 0x8000
PAGE 1: PW_RAMH: origin = 0x058000,length = 0x8000
PAGE 1: TOA_RAML: origin = 0x068000,length = 0x8000
PAGE 1: TOA_RAMH: origin = 0x078000,length = 0x8000
PAGE 1: TOAAM_RAML: origin = 0x088000,length = 0x8000
PAGE 1: TOAAM_RAMH: origin = 0x098000,length = 0x8000
PAGE 2: extio: origin = 0x0000,length = 0x4000
}
SECTIONS
{
.text > DARAMP PAGE 0
.switch > DARAMP PAGE 0
.cinit > DARAMP PAGE 0
vectors > vecs PAGE 0
.bss > DARAMD PAGE 1
.const > DARAMD PAGE 1
.sysmem > DARAMD PAGE 1
.stack > DARAMD PAGE 1
pdw_w>RAM PAGE 1
in_rfl > RF_RAML PAGE 1
in_rfh > RF_RAMH PAGE 1
in_pwl > PW_RAML PAGE 1
in_pwh > PW_RAMH PAGE 1
in_toal > TOA_RAML PAGE 1
in_toah > TOA_RAMH PAGE 1
in_toaaml > TOAAM_RAML PAGE 1
in_toaamh > TOAAM_RAMH PAGE 1
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -