>At 23:42 30/03/98 -0600, Scott Newell wrote: >>> Well, I have managed to completely fill a PIC14000 and >>>am now looking through the listings trying to find dead code >>>segments -- like floating point subroutines that are never >>>called and can be commented out of the code to reclaim more >>>space. >> What about running the program in MPLAB with a trace of all addresses. When the run is done, sort the trace file in address order and look for holes (no code executed there). These will be unused code in your particular test. Norm