⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 txcj.cmd

📁 基于DM642
💻 CMD
字号:
/*
 *---------timer1.cmd---------
 *
 */
MEMORY
{
 /*boot: o = 00000000h  l = 000400h */
  L2 : o = 0x00000000   l = 0x00039b00  /* all SRAM     		*/
  CE01: o = 0x80000000 l = 0x00100000 /* external memory   */
  CE02: o = 0x80100000 l = 0x00f000000 /* external memory   */
}

SECTIONS
{
    /* boot_load  >       boot*/
    .cinit      >       L2
    .text       >       L2
    .stack      >       L2
    .bss        >       L2
    .const      >       L2
    .data       >       L2
    .far        >       L2
    .switch     >       L2
    .sysmem     >       L2
    .tables     >       L2
    .cio        >       L2
    .capChaAYSpace>    CE01
    .capChaACbSpace>   CE01
    .capChaACrSpace>   CE01
    .disChaAYSpace>    CE02
    .disChaACbSpace>   CE02
    .disChaACrSpace>   CE02
    .external   >      CE02
}                           

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -