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.
I'm using uVision3 V3.80 with an assembly project.
In the uVision editor, when I select a block of text, right-click and in the pop-up menu select "Advanced > Comment Selection", the editor comments the code with C comments:
// mov a, #1 // mov b, #2 etc.
Is there a way to get "Advanced > Comment Selection" and "Uncomment Selection" to work with assembly files, and insert the assembly comment character ";" instead of C "//"?