用CSS做软件仿真的时候存储器空间如何分配的?

2019-07-23 13:49发布

用CSS做软件仿真的时候存储器空间如何分配的?
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
15条回答
jiahy
2019-07-24 18:42
-o DMA2.out
-m DMA2.map
-e _init_dmac

MEMORY
{
  PAGE 0:
        EPROM : org=1700h, len=100h
                DEPROM: org=18000h, len=20h
  PAGE 1:
        SPRAM : org=0060h, len=20h
        DARAM : org=3000h, len=20h
}
SECTIONS
{
  .text:        >EPROM  PAGE 0
  .bss :        >DARAM  PAGE 1
  .data:         >DEPROM  PAGE 0

}

一周热门 更多>