Splitting of ASM source files

Hi!

Is it possible to split an ASM source file and add them to a single project? Output should be one single hex file. All my attempts failed.

Thanks in advance,
Reinhard

Parents
  • Of course you can have several source files in a Project to build a single executable - that's one of the main points of having a Linker!

    Your modules will have to be properly structured, with appropriate EXTERN and PUBLIC directives.

    "All my attempts failed"

    What have you tried?
    What were the symptoms of your "failures?"

Reply
  • Of course you can have several source files in a Project to build a single executable - that's one of the main points of having a Linker!

    Your modules will have to be properly structured, with appropriate EXTERN and PUBLIC directives.

    "All my attempts failed"

    What have you tried?
    What were the symptoms of your "failures?"

Children
More questions in this forum