This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Comment Selection in Assembly File

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 "//"?

0