Generate a Full listing files

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Generate a Full listing files

跳至解决方案
3,352 次查看
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.
标签 (1)
标记 (1)
0 项奖励
回复
1 解答
2,068 次查看
Sany
Contributor III
i got my full listing already with only 1 assembly file. ty anyway.

在原帖中查看解决方案

0 项奖励
回复
4 回复数
2,068 次查看
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 项奖励
回复
2,068 次查看
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 项奖励
回复
2,068 次查看
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 项奖励
回复
2,069 次查看
Sany
Contributor III
i got my full listing already with only 1 assembly file. ty anyway.
0 项奖励
回复