| |||||
Technical Support Support Resources
Product Information | BL51: OBTAINING THE MEMORY MAP OF A PROJECTInformation in this article applies to:
QUESTIONI need to find the memory map for my project. For example, where is the linker placing different code segments and how much code, data and idata memory am I using? I am calling the linker from the command line. ANSWERWhen you call the linker, you need to use the PRINT directive to generate a linker listing (map) file. For example: BL51 MYPROG.OBJ TO MYPROG.ABS PRINT(MYPROG.M51) will generate the file MYPROG.M51 containing the memory map, symbol table, library routines used, etc. MORE INFORMATION
Last Reviewed: Tuesday, July 19, 2005 | ||||
| |||||