We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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 preceeded by a letter (C for Code segment for example). Where can I find the signification of all these letters ?
In the manual, there is no description about these letters !
In the Macro Assembler and Utilities User's Guide, Chapter 2. Architecture Overview under Memory Layout. The tables list the address ranges including the letter prefixes for the memory spaces.
Thank you for your help ! But this list is not complete : for example, I have the letter B for Bit segment I suppose and the letter N indicating the directive EQU is used. Is there any other letter ?