gdbserver/linux-low: turn 'fetch_register' into a method
[deliverable/binutils-gdb.git] / gas / doc / c-ip2k.texi
index 98e639f05ee23b32bf670a930dc7500aabded7d6..8dd61d8bd59e434a6ed2057643aaf968d6dc80f5 100644 (file)
@@ -1,5 +1,4 @@
-@c Copyright 2002
-@c Free Software Foundation, Inc.
+@c Copyright (C) 2002-2020 Free Software Foundation, Inc.
 @c This is part of the GAS manual.
 @c For copying conditions, see the file as.texinfo.
 @ifset GENERIC
@@ -15,6 +14,7 @@
 @cindex IP2K support
 @menu
 * IP2K-Opts::                   IP2K Options
+* IP2K-Syntax::                 IP2K Syntax
 @end menu
 
 @node IP2K-Opts
@@ -23,7 +23,7 @@
 @cindex options, IP2K
 @cindex IP2K options
 
-The Scenix IP2K version of @code{@value{AS}} has a few machine
+The Ubicom IP2K version of @code{@value{AS}} has a few machine
 dependent options:
 
 @table @code
@@ -42,5 +42,29 @@ line option.
 This option restores the assembler's default behaviour of not
 permitting the extended IP2022 instructions to be assembled.
 
-
 @end table
+
+@node IP2K-Syntax
+@section IP2K Syntax
+@menu
+* IP2K-Chars::                Special Characters
+@end menu
+
+@node IP2K-Chars
+@subsection Special Characters
+
+@cindex line comment character, IP2K
+@cindex IP2K line comment character
+The presence of a @samp{;} on a line indicates the start of a comment
+that extends to the end of the current line.
+
+If a @samp{#} appears as the first character of a line, 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, IP2K
+@cindex statement separator, IP2K
+@cindex IP2K line separator
+The IP2K assembler does not currently support a line separator
+character.
This page took 0.023434 seconds and 4 git commands to generate.