Hello
From your message I assume you are using CodeWarrior for HC08 or CodeWarrior for HC12. Am I right?
According to my experience you should check following files:
- source files
- Include Files
- .prm file
- .bbl file
- project file (.mcp) as this one is a binary file, I usually recommend to export project to a .xml file (using "File" -> "Export Project...") and check the .xml file.
- .ini, .hwl, .hwc & .cmd files contain debugger configuration data. If you feel like you need to keep them, check these files too.
- If you are using ProcessorExpert you may want to check also .dsk, .pe & .G_C files. These files contain Processor Expert configuration data.
I hope this helps.
CrasyCat