We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, all Does anyone know why I can't have assembly code in *.lst files? Is it any compiler option for me to adjust ? Eric
"why I can't have assembly code in *.lst files?" Do you mean you want the compiler to put assembly listing into its generated *.lst files? Or do you want to create assembler source files, and call them *.lst?
Do you mean you want the compiler to put assembly listing into its generated *.lst files? which it does Erik
In the "Listing" tab under "Options for target" check the "Assembler listing" box. Stefan
Thanks everybody. My problem has been solved. But right now it gave me an unreferenced error message: "FATAL ERROR 204: INVALID INPUT FILE" Eric