Hello
If a project is rebuilt after making a correction in the .H file, the assembler is not assembling the .asm file where the #define constant from the .H file is used. Note that the .H file is properly included in the .asm file. This results in a stale output. Once you give a build, you assume all the files where the correction done .H file is included wil get compiled/ assembled. If the project file list is long, it is tedious to check if build is proper.
Please suggest a remedy.
Thanks
Sayee