I've added a "#pragma SRC" to see the asm code of my C file, and on the compilation, the obj file was not generated (and so the linking stopped with ERROR L210: I/O input File). Is it normal?
Refer to http://www.keil.com/support/man/docs/c51/c51_src.htm for more information about the SRC directive. Jon