diff options
Diffstat (limited to 'gas/doc/c-mt.texi')
-rw-r--r-- | gas/doc/c-mt.texi | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gas/doc/c-mt.texi b/gas/doc/c-mt.texi index ca56274..d6d2812 100644 --- a/gas/doc/c-mt.texi +++ b/gas/doc/c-mt.texi @@ -17,6 +17,7 @@ @cindex MT support @menu * MT Options:: Options +* MY Syntax:: Syntax @end menu @node MT Options @@ -42,3 +43,29 @@ and @code{ms2}. This option disables scheduling restriction checking. @end table + +@node MT Syntax +@section Syntax +@menu +* MT-Chars:: Special Characters +@end menu + +@node MT-Chars +@subsection Special Characters + +@cindex line comment character, MT +@cindex MT line comment character +The presence of a @samp{;} appearing anywhere on a line indicates the +start of a comment that extends to the end of that line. + +If a @samp{#} appears as the first character of a line then the whole +line is treated as a comment, but in this case the line can also be a +logical line number directive (@pxref{Comments}) or a preprocessor +control command (@pxref{Preprocessing}). + +@cindex line separator, MT +@cindex statement separator, MT +@cindex MT line separator +The MT assembler does not currently support a line separator +character. + |