>> Anyway, just see the MAP file. everything you need to know >> is there. >Second thought... >Was it prog mem or RAM (or both) you was looking for ? >Doesn't matter that much, the MAP file is still the answer... :-) Agreed, and it has it sorted by memory address, and by variable name, so it is real easy to find anything. Just to refresh my own memory I had a look at one. hear is the first portion of it. MPLINK 2.50, Linker Linker Map File - Created Mon Oct 14 16:50:57 2002 Section Info Section Type Address Location Size(Bytes) --------- --------- --------- --------- --------- .RESET code 0x000000 program 0x000008 .INTR_SVC code 0x000004 program 0x000072 .cinit romdata 0x00003d program 0x000004 .MAIN code 0x00003f program 0x0005ae .I2C code 0x000316 program 0x000224 .PWM code 0x000428 program 0x0001d4 .FPAA code 0x000512 program 0x0001c4 .START code 0x0005f4 program 0x00004e .PORT code 0x00061b program 0x00002e .INTR code 0x000632 program 0x000022 .config code 0x002007 program 0x000002 DEEPROM code 0x002100 program 0x00000c .BANK0 udata 0x000020 data 0x00002d .TEMPW udata 0x00006f data 0x000001 .REGS udata 0x000071 data 0x00000e .udata_shr udata 0x00007f data 0x000001 .BANK2 udata 0x000110 data 0x00004c Program Memory Usage Start End --------- --------- 0x000000 0x000642 0x002007 0x002007 0x002100 0x002105 1610 out of 8453 program addresses used, program memory utilization is 19% Symbols - Sorted by Name Name Address Location Storage File --------- --------- --------- --------- --------- BIN_HEX 0x0002fc program extern C:\embedinc\src\PPO\ppo_main.ASM CHECK_TIMER 0x000013 program static C:\embedinc\src\PPO\ppo_intr.ASM DOI2CWRITE 0x0003c9 program static C:\embedinc\src\PPO\ppo_i2c.ASM FSR_SAVE 0x000046 data static C:\embedinc\src\PPO\ppo_intr.ASM GFL0 0x000020 data extern C:\embedinc\src\PPO\ppo_strt.ASM GFL1 0x000021 data extern C:\embedinc\src\PPO\ppo_strt.ASM GFL2 0x000022 data extern C:\embedinc\src\PPO\ppo_strt.ASM GFLAGS 0x00007e data extern ..\pic\regs.inc GREG0 0x000071 data extern ..\pic\regs.inc GREG1 0x000072 data extern ..\pic\regs.inc This last portion shows some code lables, and then soma data locations. The code was assembled using Olins environment. -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist