Generate a Full listing files

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Generate a Full listing files

Jump to solution
3,344 Views
Sany
Contributor III
Hi all, I am new to codewarrior. I am using CW5.1. Is it possible to generate a complete .lst file for a project which contains several .asm files? I can generate many different .lst file same name as respective .asm file. But I need one complete listing file for whole project so I can trace the address and oprand much more easier, rather than see xx xx here and there.
 
ty in advance.
Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
2,060 Views
Sany
Contributor III
i got my full listing already with only 1 assembly file. ty anyway.

View solution in original post

0 Kudos
Reply
4 Replies
2,060 Views
CrasyCat
Specialist III
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
0 Kudos
Reply
2,060 Views
Sany
Contributor III
Ty for the reply, I got the .abs file working. But I noticed that, there don't show any RAM location inside this .abs file. Is there any way to append it on the same listing file? Btw I using CW5.1 for HCS08. Ty again.
0 Kudos
Reply
2,060 Views
CrasyCat
Specialist III
Hello
Are you looking for information on which memory area is used in the application?
In that case I would recommend you to look at the .map file generated by the linker.
 
The MAP file shows you the amount of memory used in ROM and in RAM and also shows location and size for each object (variable, function, constants, ....).
 
CrasyCat
0 Kudos
Reply
2,061 Views
Sany
Contributor III
i got my full listing already with only 1 assembly file. ty anyway.
0 Kudos
Reply