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.
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.
Keil A51 is compatible with Intel ASM-51. You should be able to assemble intel ASM-51 files with Keil A51. If not, you can still link the obj file created by ASM-51. Just add it into the project like you would for any other obj file. In uVision2, when Adding filesto a group, just select the obj file. Jon