We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello all,I have looked through the forum and did not find the solution for the issue. The problem is: ______config.h______ #define CFG 1234
_______
______start.s_______ ... VAR EQU CFG .... __________________ What have I add to project configuration to make CFG be seen in .s file?
Best regards,
Use a pre-compilation script to convert the .H to a .INC Look at command line defines passed in to the assembler Consider using a symbol
What have I add to project configuration to make CFG be seen in .s file?
Most likely nothing. You've made it impossible to answer more specifically by neglecting to inform us what tool / architecture that configuration is supposed to be for.