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