Hi
I have declaring a char array (char buffer[200]), when i compile the program i get a error as data segment too large. can any let me how do i solve the problem Thanks
CHECK HOW YOU DEFINED THOSE VARIABLES. IT SEEMS TO BE DEFINED AS DATA AND NOW YOU HAVE TO CHANGE TO XDATA