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?
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.