Hello
I assume you are using CodeWarrior for HC08.
In order to get a disassembly listing for whole application:
- Add the .abs file to your .mcp file
- Right click on the .abs file name with the right mouse button
- In the drop down list select "Disassemble".
A new edit window will be opened showing the disassembly listing for the whole application.
Make sure to remove the .abs from the project before you re-build it (otherwise you will get some error message).
I hope this helps.
CrasyCat