#define ADDRESS 0x4000unsigned char *p;p=(unsigned char *)ADDRESS;int i;for ( i=0;i<256;i++,p++ ) *p=0;
您没有贴出代码呢。