📄 imvc07.cmd
字号:
/**********************************************************/
/* Linker Command File genarated with */
/* DMC Developer Copyright (C) Technosoft 1999 */
/**********************************************************/
-q
-x
-a
-w
-m imvc07.map
-o imvc07.out
D:\Imvc\IMVCF07.obj
D:\Imvc\IMVC07.obj
D:\Imvc\IMVC07_a.obj
-l rts2xx.lib
/*--------------------------------------------------*/
/* MEMORY ALLOCATION */
/*--------------------------------------------------*/
MEMORY
{
PAGE 0:
ExtPM : origin = 0x8800, length = 0x3000 /* External PM free */
FLASH0 : origin = 0x0000, length = 0x1000 /* On-chip Flash used by monitor */
FLASH1 : origin = 0x1000, length = 0x7000 /* Free on-chip Flash */
IntExtPM : origin = 0x8000, length = 0x0800 /* Int. PM (if PON=1) else Ext. */
IntPMB0 : origin = 0xFF00, length = 0x0100 /* Internal PM B0 (if CNF=1) */
PAGE 1:
ExtDM : origin = 0xB800, length = 0x0800 /* External DM free */
IntDM2K : origin = 0x0800, length = 0x0800 /* Internal SARAM (if DON=1) free */
IntDMB0 : origin = 0x0200, length = 0x0100 /* Internal DM B0 (if CNF=0) */
IntDMB1 : origin = 0x0350, length = 0x0030 /* Stack used by monitor */
IntDMB2A : origin = 0x0060, length = 0x0002 /* Locations used by monitor */
IntDMB2B : origin = 0x0062, length = 0x0018 /* Internal DM B2 free */
IntVect : origin = 0x03C3, length = 0x03FF /* ISR addresses for HW interrupt */
LOG : origin = 0xC000, length = 0x2000 /* External DM for logging results */
MMREGS : origin = 0x0000, length = 0x0060 /* Memory mapped registers */
MVARS : origin = 0x0300, length = 0x0050 /* internal DM used by monitor */
REF : origin = 0xE000, length = 0x0200 /* External DM for Reference Gen. */
SPS1 : origin = 0xE200, length = 0x0800 /* External DM free */
}
SECTIONS
{
.text: {} > ExtPM PAGE 0
.cinit: {} > ExtPM PAGE 0
.switch: {} > ExtPM PAGE 0
.const: {} > ExtPM PAGE 0
.data: {} > ExtPM PAGE 0
.bss: {} > ExtDM PAGE 1
.sysmem: {} > ExtDM PAGE 1
MCK_1: {} > IntDMB0 PAGE 1
LOGGER: {} > LOG PAGE 1
REFER: {} > REF PAGE 1
.stack: {} > SPS1 PAGE 1
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -