Under preferences->C/C++->editor->Syntax Coloring, I see color settings for directives and labels for assembly (under element). However, what is considered as "directives" for assembly? My project is for HC(S)08 MCU. When I edit the assembly source, I only see the color for my labels, not the directives.
Oops, I meant the assembly directive in assembly source (I know the setting is for C/C++) such as IFDEF and assembly instructions such as BSR, CLR, MOV, etc.
Hello ,
Are you sure your code has directives ?
I test on my side , it can work well :
Hope it helps
Have a great day,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------