Is it possible to identify the storage of String Literals from the mapfile? I asume they will be in the ?CO? segment for the module? eg,
void func( void ) { code unsigned int NumConst = 1; printf( "NumConst = %u", NumConst ); }
Hummmm... unfortunately the ?CO?your_file_source_name is showing your literals and other "real" constants, I could not find a way to see only the literals. When I add another code variable to the source file, the length of ?CO?xxx increase. Yes, I was using L251 ( FF0000h ).