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.