This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to obtain full assembly listing ?

I am using Silabs Simplicity Studio along with Keil C51 COMPILER V9.53.0.0 and LX51
V4.66.30.0.

I am trying to configure a project so that it will produce a .COD file, that is a full
assembler listing (with all addresses fixed). I set the optimization to level 8 (Reuse
common entry code) and then used the CODE directive in the Miscellaneous / additional flags.
No .COD file is produced.

I read that Code Packing must be enabled - yet it is not clear to me if that is set simply
by the above optimization level.

Can someone please suggest how I may set my project to produce a .COD file.

Thank you very much.