#include <string.h>
#include <REG935.H>

void main()	
	
   	{
	char* data temp;
	char* data temp2;
	
	temp = "Test1";
	temp2 = "Test2";
	P2 = temp[4];
	strcpy(temp, temp2);
	P2 = temp[4];
	while(1);
	}