Hello!
I am using IAR Embedded Workbench IDE to write code in asm for MSP430.
Some of the programs are getting quite long and I am looking for a way how to make them more readable.
I use a lot of subroutine fragments as commands. It would be nice if I could save those fragments in separate file as a command library and then use them in other projects.
So, the question is how to make a command library for IAR? I have no understanding where to begin.. Could someone point me to some literature or examples?