Hi,
How do I declare local labels in HET assembler? I am using macros, and to avoid multiple statements with the same label, I use question marks to generate unique labels. The HET assembler handles it, but the generated .h file is not usable because it contains dots in the C macro names for the labels. Example:
#define HET_L0.16_0 (e_HETPROGRAM0_UN.Program0_ST.L0.16_0)
#define pHET_L0.16_0 77
#define HET_L1.16_0 (e_HETPROGRAM0_UN.Program0_ST.L1.16_0)
#define pHET_L1.16_0 78
So how can I prevent a label from being exported to the ".h" file?
Thanks and Best Regards,
Daniel Marmier