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

mixing of c and assembly

what is the download file for compiling mixing c and inline assembly?

Parents
  • Sorry, but your question does not compute.

    The tools can create a download file of identical format if your project only contains C. Or if it contains C with inlined assembler. Or if it contains both C and assembler files. Or if it only contains assembler files.

    When you get all the way to download files, then we are down to the specific processor instructions the processor should run. It's just a question if the download file is in a raw binary format or some hex format or maybe elf with optional debug information.

    Note that inline assembler can seriously hurt your ability to debug the program.

Reply
  • Sorry, but your question does not compute.

    The tools can create a download file of identical format if your project only contains C. Or if it contains C with inlined assembler. Or if it contains both C and assembler files. Or if it only contains assembler files.

    When you get all the way to download files, then we are down to the specific processor instructions the processor should run. It's just a question if the download file is in a raw binary format or some hex format or maybe elf with optional debug information.

    Note that inline assembler can seriously hurt your ability to debug the program.

Children
No data