I'm beginner in 8051 programming. Also I would like to know, if (and if yes, how ?) it's possible to make obj-files with the Keil C compiler for using its with an no-Keil assembler.
.obj files are used by the linker and thus has nothing to do with any assembler. E$rik