S12Z- CodeWarrior: How to create a mixed listing of C code and assembly language code in a file

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

S12Z- CodeWarrior: How to create a mixed listing of C code and assembly language code in a file

834 次查看
nofake_drstrang
Contributor III

Hello,

I want a mixed listing file like this:

47732 ; 762 void ClearErrFlag(void)
47732 ; 763 {
47733 .text: section .text,new
47734 0000 _ClearErrFlag:
47738 ; 764 Err.Flags.All = 0U;
47740 0000 bc0006 clr.b L14164_GDU_Err+6
47741 ; 765 }

How could I do this in Configuration Parameters ?

ListFileGen.PNG

 

Thank you!

BR

Alex

0 项奖励
回复
0 回复数