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, I am new in c51 compiler, but I have a c source code file, and i need the asm file. How can I do it?
"I am new in c51 compiler" So the first thing to do is to Read The Manual In doing that, you will find the answer to this question. You should also read the uVision Getting Started guide, and work through the example projects in it.
If you just want to see the assembler output, you can look in the listing file (.lst). The compiler can also produce an assembler file without the C source. Read about the SRC directive in the manual.