// Device : PIC18F8520 volatile far unsigned char farvar[1000] ; void main(void) { char x,z; for(x=0;x<=1000;x++) farvar[x]=0x09; }