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

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
  • On the other hand, it sounds like you are setting yourself (and/or your successors) a maintenance nightmare - so maybe you owe it to yourself (and/or your successors) to sort the mess out now!

    This is where you need to realize that creating well structured programs is a selfish thing. Even when you are sure you will never see it again it WILL come back to haunt you. In my early days, I stupidly did a couple of "since this will never change, who cares" designs and lived to regeret it. Also, I have, on numerous occasions, refused to change programs unless I were given time to structure them first.

    Erik

Reply
  • On the other hand, it sounds like you are setting yourself (and/or your successors) a maintenance nightmare - so maybe you owe it to yourself (and/or your successors) to sort the mess out now!

    This is where you need to realize that creating well structured programs is a selfish thing. Even when you are sure you will never see it again it WILL come back to haunt you. In my early days, I stupidly did a couple of "since this will never change, who cares" designs and lived to regeret it. Also, I have, on numerous occasions, refused to change programs unless I were given time to structure them first.

    Erik

Children