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

📄 fir_c_c54x.mem

📁 fir的c语言程序
💻 MEM
字号:
MEMORY c54x
   (FAMILY = c54x) {


   SPACE program_memory PAGE 0 :
      IPROG   (RWXI): o= 0x2000 e= 0x3FFF
      EPROG   (RWXI): o= 0xC000 e= 0xFF7F
      VECT    (RWXI): o= 0xFF80 e= 0xFFFF

   SPACE data_memory PAGE 1 :
      USERREGS(RWI ): o= 0x0060 e= 0x0079
      CSLREGS (RWI ): o= 0x007A e= 0x007B
      BIOSREGS(RWI ): o= 0x007C e= 0x007F
      IDATA   (RWI ): o= 0x0080 e= 0x1FFF
      EDATA   (RWI ): o= 0x8000 e= 0xBFFF

   SPACE IO_memory PAGE 2 :
}

/* Table of address ranges vs. sets of spaces that share them. */
/* For each entry in the table,                                */
/* if a region's parent appears in the space set               */
/* and the region is fully contained in the address range,     */
/* then the region is shared with the other spaces of the set. */
SHARED_ADDRESSES c54x {
   o= 0x80 e= 0x3FFF {program_memory,
                      data_memory}
}

⌨️ 快捷键说明

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