Home | History | Annotate | Line # | Download | only in doc
c-ns32k.texi revision 1.1.1.2
      1      1.1     skrll @c Copyright 1991, 1992, 1993, 1994, 1995, 2002
      2      1.1     skrll @c Free Software Foundation, Inc.
      3      1.1     skrll @c This is part of the GAS manual.
      4      1.1     skrll @c For copying conditions, see the file as.texinfo.
      5      1.1     skrll 
      6      1.1     skrll @ignore
      7      1.1     skrll @c FIXME!  Stop ignoring when filled in.
      8      1.1     skrll @node 32x32
      9      1.1     skrll @chapter 32x32
     10      1.1     skrll 
     11      1.1     skrll @section Options
     12      1.1     skrll The 32x32 version of @code{@value{AS}} accepts a @samp{-m32032} option to
     13      1.1     skrll specify thiat it is compiling for a 32032 processor, or a
     14      1.1     skrll @samp{-m32532} to specify that it is compiling for a 32532 option.
     15      1.1     skrll The default (if neither is specified) is chosen when the assembler
     16      1.1     skrll is compiled.
     17      1.1     skrll 
     18      1.1     skrll @section Syntax
     19      1.1     skrll I don't know anything about the 32x32 syntax assembled by
     20      1.1     skrll @code{@value{AS}}.  Someone who understands the processor (I've never seen
     21      1.1     skrll one) and the possible syntaxes should write this section.
     22      1.1     skrll 
     23      1.1     skrll @section Floating Point
     24      1.1     skrll The 32x32 uses @sc{ieee} floating point numbers, but @code{@value{AS}}
     25      1.1     skrll only creates single or double precision values.  I don't know if the
     26      1.1     skrll 32x32 understands extended precision numbers.
     27      1.1     skrll 
     28      1.1     skrll @section 32x32 Machine Directives
     29      1.1     skrll The 32x32 has no machine dependent directives.
     30      1.1     skrll 
     31      1.1     skrll @end ignore
     32  1.1.1.2  christos 
     33  1.1.1.2  christos @ifset GENERIC
     34  1.1.1.2  christos @page
     35  1.1.1.2  christos @node NS32K-Dependent
     36  1.1.1.2  christos @chapter NS32K Dependent Features
     37  1.1.1.2  christos @end ifset
     38  1.1.1.2  christos 
     39  1.1.1.2  christos @ifclear GENERIC
     40  1.1.1.2  christos @node Machine Dependencies
     41  1.1.1.2  christos @chapter NS32K Dependent Features
     42  1.1.1.2  christos @end ifclear
     43  1.1.1.2  christos 
     44  1.1.1.2  christos @cindex N32K support
     45  1.1.1.2  christos @menu
     46  1.1.1.2  christos * NS32K Syntax::               Syntax
     47  1.1.1.2  christos @end menu
     48  1.1.1.2  christos 
     49  1.1.1.2  christos 
     50  1.1.1.2  christos @node NS32K Syntax
     51  1.1.1.2  christos @section Syntax
     52  1.1.1.2  christos @menu
     53  1.1.1.2  christos * NS32K-Chars::                Special Characters
     54  1.1.1.2  christos @end menu
     55  1.1.1.2  christos 
     56  1.1.1.2  christos @node NS32K-Chars
     57  1.1.1.2  christos @subsection Special Characters
     58  1.1.1.2  christos 
     59  1.1.1.2  christos @cindex line comment character, NS32K
     60  1.1.1.2  christos @cindex NS32K line comment character
     61  1.1.1.2  christos The presence of a @samp{#} appearing anywhere on a line indicates the
     62  1.1.1.2  christos start of a comment that extends to the end of that line.
     63  1.1.1.2  christos 
     64  1.1.1.2  christos If a @samp{#} appears as the first character of a line then the whole
     65  1.1.1.2  christos line is treated as a comment, but in this case the line can also be a
     66  1.1.1.2  christos logical line number directive (@pxref{Comments}) or a preprocessor
     67  1.1.1.2  christos control command (@pxref{Preprocessing}).
     68  1.1.1.2  christos 
     69  1.1.1.2  christos If Sequent compatibility has been configured into the assembler then
     70  1.1.1.2  christos the @samp{|} character appearing as the first character on a line will
     71  1.1.1.2  christos also indicate the start of a line comment.
     72  1.1.1.2  christos 
     73  1.1.1.2  christos @cindex line separator, NS32K
     74  1.1.1.2  christos @cindex statement separator, NS32K
     75  1.1.1.2  christos @cindex NS32K line separator
     76  1.1.1.2  christos The @samp{;} character can be used to separate statements on the same
     77  1.1.1.2  christos line.
     78