Generate a Full listing files

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Generate a Full listing files

ソリューションへジャンプ
3,408件の閲覧回数
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,124件の閲覧回数
Sany
Contributor III
i got my full listing already with only 1 assembly file. ty anyway.

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
2,124件の閲覧回数
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,124件の閲覧回数
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,124件の閲覧回数
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,125件の閲覧回数
Sany
Contributor III
i got my full listing already with only 1 assembly file. ty anyway.
0 件の賞賛
返信