Memory Summary:
Program space used 26h ( 38) of 1FFF8h bytes ( 0.0%)
Data space used E74h ( 3700) of EE0h bytes ( 97.2%)
Configuration bits used 3h ( 3) of 3h words (100.0%)
make[2]: Leaving directory 'D:/Proyectos/TestC.X'
make[1]: Leaving directory 'D:/Proyectos/TestC.X'
BUILD SUCCESSFUL (total time: 1s)
char buffer_1234[]; Esto crea un array¿? que tamaño? cri cri, rara una declaracion donde no hay nada
void main(void) {
buffer_1234[3700]; //Esto accede a la posicion base + 3700 caracteres mas, y devuelve el valor... No define que tiene 3700 elementos
while(1);
}