diff options
Diffstat (limited to 'gas/doc/c-s390.texi')
-rw-r--r-- | gas/doc/c-s390.texi | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/gas/doc/c-s390.texi b/gas/doc/c-s390.texi index ab15312..0d629f9 100644 --- a/gas/doc/c-s390.texi +++ b/gas/doc/c-s390.texi @@ -1,4 +1,4 @@ -@c Copyright 2009 +@c Copyright 2009, 2011 @c Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @@ -94,6 +94,17 @@ register 0 as an address register. @samp{#} is the line comment character. +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 could also be +a logical line number directive (@pxref{Comments}) or a preprocessor +control command (@pxref{Preprocessing}). + +@cindex line separator, s390 +@cindex statement separator, s390 +@cindex s390 line separator +The @samp{;} character can be used instead of a newline to separate +statements. + @node s390 Syntax @section Instruction syntax @cindex instruction syntax, s390 |