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 ?
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 ?