• 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...
  • 6.02 -> 6.10a
    Yesterday I download the latest version of C51 compiler. I installed it, but now I have a strange error during the compilation! The error message is: "C:\UTILS\KEIL\C51\BIN\A51.EXE" ".\MC16R.a51" SET...
  • 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...
  • keilU vision,6.02,c51
    hi.i am a new user to the keil environment,and i wanted to work with 8051 microcontrollers.Can some one kindly inform me if he has time that how to program a 8051,how to intilize it,what all libraries...
  • mapping SFR space
    How would I locate a structure to coincide with the beginning of SFR space for the 8051? address 0x80 of directly assessible data memory. We are using a core8051 (inside an FPGA), and the core8051...