Paul, Thanks for your info. I can find all the information in the map file.
Best regards, Sipke >>> Paul Georgief <p...@ucsd.edu> 11/20 7:37 PM >>> Sipke: Are you looking for a memory map? Doesn't the 'map' feature of the linker help or are you looking for something else? On the linker options add: -Map MyProgram.Map If you are invoking the linker through gcc (which most people do) add the following to the gcc options list: -Wl,-Map,MyProgram.Map Hope this helps. -Paul -----Original Message----- From: "Sipke de Leeuw" <sle...@vital.nl> Date: Thu, 20 Nov 2003 15:11:05 +0100 Subject: [Mspgcc-users] ram usage overview sleeuw> Hi all! sleeuw> sleeuw> I am using "msp430-objdump.exe -dS" to create an mixed assemble and source listing. Is it possible to automatically generate a RAM usage listing that contains the variable names (including static variables) and the memory addresses? sleeuw> sleeuw> Thanks in advance. sleeuw> sleeuw> Sipke