asmsemicolcomment

Controls whether the " ; " symbol is treated as a comment character in inline assembly.

Syntax
#pragma asmsemicolcomment on | off | reset
  
Remarks

Some targets may have additional comment characters, and may treat these characters as comments even when

#pragma asmsemicolcomment off  

is used.

Using this pragma may interfere with the assembly language of a specific target.

This pragma does not correspond to any panel setting. By default, this pragma is on .

Related information
asmpoundcomment
const_strings
dollar_identifiers
gcc_extensions
mark
mpwc_newline
mpwc_relax
multibyteaware
multibyteaware_preserve_literals
text_encoding
trigraphs
unsigned_char