• Problem with C166 6.02 and void*
    Hello All! I have a problem with my existing projects since upgrade from 5.04b to 6.02. With 5.04 all code samples below compile and work fine! The new compiler version is much more agressive with...
  • Problem with C166 6.02 and void*
    Hello All! I have a problem with my existing projects since upgrade from 5.04b to 6.02. With 5.04 all code samples below compile and work fine! The new compiler version is much more agressive with...
  • Segment names in map file *.m51
    I generate a map file with the extension .m51. In this file, we can see the symbol table with three columns : VALUE, TYPE and NAME. In the first column (VALUE) we find the address. This address is...
  • Segment names in map file *.m51
    I generate a map file with the extension .m51. In this file, we can see the symbol table with three columns : VALUE, TYPE and NAME. In the first column (VALUE) we find the address. This address is...
  • What is ?C?LIB_CODE in the map file (.M51)
    Dear Experts, In the map file of my project, I have a large segment by name ?C?LIB_CODE (size is 3KB+). What is this segment? Is there a way to optimize it? How can we know what is included (i.e. which...