diff options
Diffstat (limited to 'gas/doc/c-z8k.texi')
-rw-r--r-- | gas/doc/c-z8k.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gas/doc/c-z8k.texi b/gas/doc/c-z8k.texi index 269b612..51f00e1 100644 --- a/gas/doc/c-z8k.texi +++ b/gas/doc/c-z8k.texi @@ -1,4 +1,4 @@ -@c Copyright 1991, 1992, 1993, 1994, 1995, 2003 +@c Copyright 1991, 1992, 1993, 1994, 1995, 2003, 2011 @c Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @@ -61,6 +61,11 @@ Generate unsegmented code by default. @cindex Z8000 line comment character @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, Z8000 @cindex statement separator, Z8000 @cindex Z8000 line separator |