DSP实验二

来源:互联网 发布:数据打点是什么意思 编辑:程序博客网 时间:2024/05/01 18:25
main(){int i;unsigned int *px;unsigned int *py;unsigned int *pz;px=(unsigned int *)0x4080;py=(unsigned int *)0x4100;for(i=0,pz=px;i<16;i++,pz++)(*pz)=i;for(i=0,pz=py;i<16;i++,pz++)(*pz)=0x1234;for(i=0;i<16;i++,px++,py++)(*py)=(*px);while(1){}}

-w-stack  500-sysstack  500-l rts55.libMEMORY{DARAM: o=0x100,     l=0x7f00VECT:  o=0x8000,    l=0x100DARAM2: o=0x8100,   l=0x200DARAM3: o=0x8300,   l=0x7d00SARAM:  o=0x10000,  l=0x3000SDRAM:  o=0x40000,  l=0x3e0000  }SECTIONS{.text: {} > DARAM.vectors: {} > VECT.trcinit: {} > DARAM.gblinit: {} > DARAM frt:     {} > DARAM.cinit: {} > DARAM.pinit: {} > DARAM.sysinit: {} > DARAM.bass: {} > DARAM3.far: {} > DARAM3.const: {} > DARAM3.switch: {} > DARAM3.sysmem: {} > DARAM3.cio: {} > DARAM3.MEMSobj: {} > DARAM3.sysheap: {} > DARAM3.sysstack  {} > DARAM3.stack: {} > DARAM3}


0 0
原创粉丝点击