void main()
{
    while(1){
	PtrRx = &CompDataRx[0];		// start address in the array
	
	CompAddress1 = P1;
	CompAddress2 = CompAddress1 + 0x80;
	CompAddress3 = CompAddress1 + 0x90;
	HwDelay(20);

	// etc...