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

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

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

387 Views
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 Kudos
0 Replies