diff options
Diffstat (limited to 'gas/doc/c-a29k.texi')
-rw-r--r-- | gas/doc/c-a29k.texi | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/gas/doc/c-a29k.texi b/gas/doc/c-a29k.texi index 1e5383b..771831a 100644 --- a/gas/doc/c-a29k.texi +++ b/gas/doc/c-a29k.texi @@ -31,10 +31,20 @@ @node AMD29K Syntax @section Syntax @menu +* AMD29K-Macros:: Macros * AMD29K-Chars:: Special Characters * AMD29K-Regs:: Register Names @end menu +@node AMD29K-Macros +@subsection Macros + +@cindex Macros, AMD 29K +@cindex AMD 29K macros +The macro syntax used on the AMD 29K is like that described in the AMD +29K Family Macro Assembler Specification. Normal @code{@value{AS}} +macros should still work. + @node AMD29K-Chars @subsection Special Characters @@ -42,12 +52,6 @@ @cindex AMD 29K line comment character @samp{;} is the line comment character. -@cindex line separator, AMD 29K -@cindex AMD 29K line separator -@cindex statement separator, AMD 29K -@cindex AMD 29K statement separator -@samp{@@} can be used instead of a newline to separate statements. - @cindex identifiers, AMD 29K @cindex AMD 29K identifiers The character @samp{?} is permitted in identifiers (but may not begin |