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

📄 lnk.cmd

📁 DSP c64优化 ACT spraa14 mp3优化实例 与其优化应用报告配套
💻 CMD
字号:
/****************************************************************************/
/*  lnk.cmd - For use with the C6416 Device Simulator                       */
/*--------------------------------------------------------------------------*/
/*  If this tutorial is run on a different execution platform, this file    */
/*  may need changes to account for differences in the memory map.          */
/****************************************************************************/
-heap  0x8000
-stack 0x4000

MEMORY
{
    PMEM :   o = 00000020h   l = 000fffe0h 
    EMIFB:   o = 60000000h   l = 10000000h
    EMIFA:   o = 80000000h   l = 40000000h 
} 

SECTIONS
{
    .text       >       PMEM
    .stack      >       PMEM
    .bss        >       PMEM
    .cinit      >       PMEM
    .cio        >       PMEM 
    .const      >       PMEM
    .data       >       PMEM
    .switch     >       PMEM 
    .sysmem     >       PMEM
    .far        >       EMIFA
}

⌨️ 快捷键说明

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