This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

obj files compatibility

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.

Parents
  • 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

Reply
  • 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

Children
No data