use this to add OS-specific CFI opcodes, or generic CFI opcodes that
GAS does not yet support.
+7.28 `.cfi_val_encoded_addr REGISTER, ENCODING, LABEL'
+======================================================
+
+The current value of REGISTER is LABEL. The value of LABEL will be
+encoded in the output file according to ENCODING; see the description
+of `.cfi_personality' for details on this encoding.
+
+ The usefulness of equating a register to a fixed label is probably
+limited to the return address register. Here, it can be useful to mark
+a code segment that has only one return address which is reached by a
+direct branch and no copy of the return address exists in memory or
+another register.
+
\1f
File: as.info, Node: LNS directives, Next: Long, Prev: Ln, Up: Pseudo Ops
-7.28 `.file FILENO FILENAME'
+7.29 `.file FILENO FILENAME'
============================
When emitting dwarf2 line number information `.file' assigns filenames
debugging information, and thus the user must know the exact indices
that table entries will have.
-7.29 `.loc FILENO LINENO [COLUMN] [OPTIONS]'
+7.30 `.loc FILENO LINENO [COLUMN] [OPTIONS]'
============================================
The `.loc' directive will add row to the `.debug_line' line number
state machine to VALUE, which must be an unsigned integer.
-7.30 `.loc_mark_labels ENABLE'
+7.31 `.loc_mark_labels ENABLE'
==============================
The `.loc_mark_labels' directive makes the assembler emit an entry to
\1f
File: as.info, Node: Data, Next: Def, Prev: CFI directives, Up: Pseudo Ops
-7.31 `.data SUBSECTION'
+7.32 `.data SUBSECTION'
=======================
`.data' tells `as' to assemble the following statements onto the end of
\1f
File: as.info, Node: Def, Next: Desc, Prev: Data, Up: Pseudo Ops
-7.32 `.def NAME'
+7.33 `.def NAME'
================
Begin defining debugging information for a symbol NAME; the definition
\1f
File: as.info, Node: Desc, Next: Dim, Prev: Def, Up: Pseudo Ops
-7.33 `.desc SYMBOL, ABS-EXPRESSION'
+7.34 `.desc SYMBOL, ABS-EXPRESSION'
===================================
This directive sets the descriptor of the symbol (*note Symbol
\1f
File: as.info, Node: Dim, Next: Double, Prev: Desc, Up: Pseudo Ops
-7.34 `.dim'
+7.35 `.dim'
===========
This directive is generated by compilers to include auxiliary debugging
\1f
File: as.info, Node: Double, Next: Eject, Prev: Dim, Up: Pseudo Ops
-7.35 `.double FLONUMS'
+7.36 `.double FLONUMS'
======================
`.double' expects zero or more flonums, separated by commas. It
\1f
File: as.info, Node: Eject, Next: Else, Prev: Double, Up: Pseudo Ops
-7.36 `.eject'
+7.37 `.eject'
=============
Force a page break at this point, when generating assembly listings.
\1f
File: as.info, Node: Else, Next: Elseif, Prev: Eject, Up: Pseudo Ops
-7.37 `.else'
+7.38 `.else'
============
`.else' is part of the `as' support for conditional assembly; see *Note
\1f
File: as.info, Node: Elseif, Next: End, Prev: Else, Up: Pseudo Ops
-7.38 `.elseif'
+7.39 `.elseif'
==============
`.elseif' is part of the `as' support for conditional assembly; see
\1f
File: as.info, Node: End, Next: Endef, Prev: Elseif, Up: Pseudo Ops
-7.39 `.end'
+7.40 `.end'
===========
`.end' marks the end of the assembly file. `as' does not process
\1f
File: as.info, Node: Endef, Next: Endfunc, Prev: End, Up: Pseudo Ops
-7.40 `.endef'
+7.41 `.endef'
=============
This directive flags the end of a symbol definition begun with `.def'.
\1f
File: as.info, Node: Endfunc, Next: Endif, Prev: Endef, Up: Pseudo Ops
-7.41 `.endfunc'
+7.42 `.endfunc'
===============
`.endfunc' marks the end of a function specified with `.func'.
\1f
File: as.info, Node: Endif, Next: Equ, Prev: Endfunc, Up: Pseudo Ops
-7.42 `.endif'
+7.43 `.endif'
=============
`.endif' is part of the `as' support for conditional assembly; it marks
\1f
File: as.info, Node: Equ, Next: Equiv, Prev: Endif, Up: Pseudo Ops
-7.43 `.equ SYMBOL, EXPRESSION'
+7.44 `.equ SYMBOL, EXPRESSION'
==============================
This directive sets the value of SYMBOL to EXPRESSION. It is
\1f
File: as.info, Node: Equiv, Next: Eqv, Prev: Equ, Up: Pseudo Ops
-7.44 `.equiv SYMBOL, EXPRESSION'
+7.45 `.equiv SYMBOL, EXPRESSION'
================================
The `.equiv' directive is like `.equ' and `.set', except that the
\1f
File: as.info, Node: Eqv, Next: Err, Prev: Equiv, Up: Pseudo Ops
-7.45 `.eqv SYMBOL, EXPRESSION'
+7.46 `.eqv SYMBOL, EXPRESSION'
==============================
The `.eqv' directive is like `.equiv', but no attempt is made to
\1f
File: as.info, Node: Err, Next: Error, Prev: Eqv, Up: Pseudo Ops
-7.46 `.err'
+7.47 `.err'
===========
If `as' assembles a `.err' directive, it will print an error message
\1f
File: as.info, Node: Error, Next: Exitm, Prev: Err, Up: Pseudo Ops
-7.47 `.error "STRING"'
+7.48 `.error "STRING"'
======================
Similarly to `.err', this directive emits an error, but you can specify
\1f
File: as.info, Node: Exitm, Next: Extern, Prev: Error, Up: Pseudo Ops
-7.48 `.exitm'
+7.49 `.exitm'
=============
Exit early from the current macro definition. *Note Macro::.
\1f
File: as.info, Node: Extern, Next: Fail, Prev: Exitm, Up: Pseudo Ops
-7.49 `.extern'
+7.50 `.extern'
==============
`.extern' is accepted in the source program--for compatibility with
\1f
File: as.info, Node: Fail, Next: File, Prev: Extern, Up: Pseudo Ops
-7.50 `.fail EXPRESSION'
+7.51 `.fail EXPRESSION'
=======================
Generates an error or a warning. If the value of the EXPRESSION is 500
\1f
File: as.info, Node: File, Next: Fill, Prev: Fail, Up: Pseudo Ops
-7.51 `.file STRING'
+7.52 `.file STRING'
===================
`.file' tells `as' that we are about to start a new logical file.
\1f
File: as.info, Node: Fill, Next: Float, Prev: File, Up: Pseudo Ops
-7.52 `.fill REPEAT , SIZE , VALUE'
+7.53 `.fill REPEAT , SIZE , VALUE'
==================================
REPEAT, SIZE and VALUE are absolute expressions. This emits REPEAT
\1f
File: as.info, Node: Float, Next: Func, Prev: Fill, Up: Pseudo Ops
-7.53 `.float FLONUMS'
+7.54 `.float FLONUMS'
=====================
This directive assembles zero or more flonums, separated by commas. It
\1f
File: as.info, Node: Func, Next: Global, Prev: Float, Up: Pseudo Ops
-7.54 `.func NAME[,LABEL]'
+7.55 `.func NAME[,LABEL]'
=========================
`.func' emits debugging information to denote function NAME, and is
\1f
File: as.info, Node: Global, Next: Gnu_attribute, Prev: Func, Up: Pseudo Ops
-7.55 `.global SYMBOL', `.globl SYMBOL'
+7.56 `.global SYMBOL', `.globl SYMBOL'
======================================
`.global' makes the symbol visible to `ld'. If you define SYMBOL in
\1f
File: as.info, Node: Gnu_attribute, Next: Hidden, Prev: Global, Up: Pseudo Ops
-7.56 `.gnu_attribute TAG,VALUE'
+7.57 `.gnu_attribute TAG,VALUE'
===============================
Record a GNU object attribute for this file. *Note Object Attributes::.
\1f
File: as.info, Node: Hidden, Next: hword, Prev: Gnu_attribute, Up: Pseudo Ops
-7.57 `.hidden NAMES'
+7.58 `.hidden NAMES'
====================
This is one of the ELF visibility directives. The other two are
\1f
File: as.info, Node: hword, Next: Ident, Prev: Hidden, Up: Pseudo Ops
-7.58 `.hword EXPRESSIONS'
+7.59 `.hword EXPRESSIONS'
=========================
This expects zero or more EXPRESSIONS, and emits a 16 bit number for
\1f
File: as.info, Node: Ident, Next: If, Prev: hword, Up: Pseudo Ops
-7.59 `.ident'
+7.60 `.ident'
=============
This directive is used by some assemblers to place tags in object
\1f
File: as.info, Node: If, Next: Incbin, Prev: Ident, Up: Pseudo Ops
-7.60 `.if ABSOLUTE EXPRESSION'
+7.61 `.if ABSOLUTE EXPRESSION'
==============================
`.if' marks the beginning of a section of code which is only considered
\1f
File: as.info, Node: Incbin, Next: Include, Prev: If, Up: Pseudo Ops
-7.61 `.incbin "FILE"[,SKIP[,COUNT]]'
+7.62 `.incbin "FILE"[,SKIP[,COUNT]]'
====================================
The `incbin' directive includes FILE verbatim at the current location.
\1f
File: as.info, Node: Include, Next: Int, Prev: Incbin, Up: Pseudo Ops
-7.62 `.include "FILE"'
+7.63 `.include "FILE"'
======================
This directive provides a way to include supporting files at specified
\1f
File: as.info, Node: Int, Next: Internal, Prev: Include, Up: Pseudo Ops
-7.63 `.int EXPRESSIONS'
+7.64 `.int EXPRESSIONS'
=======================
Expect zero or more EXPRESSIONS, of any section, separated by commas.
\1f
File: as.info, Node: Internal, Next: Irp, Prev: Int, Up: Pseudo Ops
-7.64 `.internal NAMES'
+7.65 `.internal NAMES'
======================
This is one of the ELF visibility directives. The other two are
\1f
File: as.info, Node: Irp, Next: Irpc, Prev: Internal, Up: Pseudo Ops
-7.65 `.irp SYMBOL,VALUES'...
+7.66 `.irp SYMBOL,VALUES'...
============================
Evaluate a sequence of statements assigning different values to SYMBOL.
\1f
File: as.info, Node: Irpc, Next: Lcomm, Prev: Irp, Up: Pseudo Ops
-7.66 `.irpc SYMBOL,VALUES'...
+7.67 `.irpc SYMBOL,VALUES'...
=============================
Evaluate a sequence of statements assigning different values to SYMBOL.
\1f
File: as.info, Node: Lcomm, Next: Lflags, Prev: Irpc, Up: Pseudo Ops
-7.67 `.lcomm SYMBOL , LENGTH'
+7.68 `.lcomm SYMBOL , LENGTH'
=============================
Reserve LENGTH (an absolute expression) bytes for a local common
\1f
File: as.info, Node: Lflags, Next: Line, Prev: Lcomm, Up: Pseudo Ops
-7.68 `.lflags'
+7.69 `.lflags'
==============
`as' accepts this directive, for compatibility with other assemblers,
\1f
File: as.info, Node: Line, Next: Linkonce, Prev: Lflags, Up: Pseudo Ops
-7.69 `.line LINE-NUMBER'
+7.70 `.line LINE-NUMBER'
========================
Change the logical line number. LINE-NUMBER must be an absolute
\1f
File: as.info, Node: Linkonce, Next: List, Prev: Line, Up: Pseudo Ops
-7.70 `.linkonce [TYPE]'
+7.71 `.linkonce [TYPE]'
=======================
Mark the current section so that the linker only includes a single copy
\1f
File: as.info, Node: Ln, Next: LNS directives, Prev: List, Up: Pseudo Ops
-7.71 `.ln LINE-NUMBER'
+7.72 `.ln LINE-NUMBER'
======================
`.ln' is a synonym for `.line'.
\1f
File: as.info, Node: MRI, Next: Noaltmacro, Prev: Macro, Up: Pseudo Ops
-7.72 `.mri VAL'
+7.73 `.mri VAL'
===============
If VAL is non-zero, this tells `as' to enter MRI mode. If VAL is zero,
\1f
File: as.info, Node: List, Next: Ln, Prev: Linkonce, Up: Pseudo Ops
-7.73 `.list'
+7.74 `.list'
============
Control (in conjunction with the `.nolist' directive) whether or not
\1f
File: as.info, Node: Long, Next: Macro, Prev: LNS directives, Up: Pseudo Ops
-7.74 `.long EXPRESSIONS'
+7.75 `.long EXPRESSIONS'
========================
`.long' is the same as `.int'. *Note `.int': Int.
\1f
File: as.info, Node: Macro, Next: MRI, Prev: Long, Up: Pseudo Ops
-7.75 `.macro'
+7.76 `.macro'
=============
The commands `.macro' and `.endm' allow you to define macros that
\1f
File: as.info, Node: Altmacro, Next: Ascii, Prev: Align, Up: Pseudo Ops
-7.76 `.altmacro'
+7.77 `.altmacro'
================
Enable alternate macro mode, enabling:
\1f
File: as.info, Node: Noaltmacro, Next: Nolist, Prev: MRI, Up: Pseudo Ops
-7.77 `.noaltmacro'
+7.78 `.noaltmacro'
==================
Disable alternate macro mode. *Note Altmacro::.
\1f
File: as.info, Node: Nolist, Next: Octa, Prev: Noaltmacro, Up: Pseudo Ops
-7.78 `.nolist'
+7.79 `.nolist'
==============
Control (in conjunction with the `.list' directive) whether or not
\1f
File: as.info, Node: Octa, Next: Org, Prev: Nolist, Up: Pseudo Ops
-7.79 `.octa BIGNUMS'
+7.80 `.octa BIGNUMS'
====================
This directive expects zero or more bignums, separated by commas. For
\1f
File: as.info, Node: Org, Next: P2align, Prev: Octa, Up: Pseudo Ops
-7.80 `.org NEW-LC , FILL'
+7.81 `.org NEW-LC , FILL'
=========================
Advance the location counter of the current section to NEW-LC. NEW-LC
\1f
File: as.info, Node: P2align, Next: PopSection, Prev: Org, Up: Pseudo Ops
-7.81 `.p2align[wl] ABS-EXPR, ABS-EXPR, ABS-EXPR'
+7.82 `.p2align[wl] ABS-EXPR, ABS-EXPR, ABS-EXPR'
================================================
Pad the location counter (in the current subsection) to a particular
\1f
File: as.info, Node: Previous, Next: Print, Prev: PopSection, Up: Pseudo Ops
-7.82 `.previous'
+7.83 `.previous'
================
This is one of the ELF section stack manipulation directives. The
\1f
File: as.info, Node: PopSection, Next: Previous, Prev: P2align, Up: Pseudo Ops
-7.83 `.popsection'
+7.84 `.popsection'
==================
This is one of the ELF section stack manipulation directives. The
\1f
File: as.info, Node: Print, Next: Protected, Prev: Previous, Up: Pseudo Ops
-7.84 `.print STRING'
+7.85 `.print STRING'
====================
`as' will print STRING on the standard output during assembly. You
\1f
File: as.info, Node: Protected, Next: Psize, Prev: Print, Up: Pseudo Ops
-7.85 `.protected NAMES'
+7.86 `.protected NAMES'
=======================
This is one of the ELF visibility directives. The other two are
\1f
File: as.info, Node: Psize, Next: Purgem, Prev: Protected, Up: Pseudo Ops
-7.86 `.psize LINES , COLUMNS'
+7.87 `.psize LINES , COLUMNS'
=============================
Use this directive to declare the number of lines--and, optionally, the
\1f
File: as.info, Node: Purgem, Next: PushSection, Prev: Psize, Up: Pseudo Ops
-7.87 `.purgem NAME'
+7.88 `.purgem NAME'
===================
Undefine the macro NAME, so that later uses of the string will not be
\1f
File: as.info, Node: PushSection, Next: Quad, Prev: Purgem, Up: Pseudo Ops
-7.88 `.pushsection NAME [, SUBSECTION] [, "FLAGS"[, @TYPE[,ARGUMENTS]]]'
+7.89 `.pushsection NAME [, SUBSECTION] [, "FLAGS"[, @TYPE[,ARGUMENTS]]]'
========================================================================
This is one of the ELF section stack manipulation directives. The
\1f
File: as.info, Node: Quad, Next: Reloc, Prev: PushSection, Up: Pseudo Ops
-7.89 `.quad BIGNUMS'
+7.90 `.quad BIGNUMS'
====================
`.quad' expects zero or more bignums, separated by commas. For each
\1f
File: as.info, Node: Reloc, Next: Rept, Prev: Quad, Up: Pseudo Ops
-7.90 `.reloc OFFSET, RELOC_NAME[, EXPRESSION]'
+7.91 `.reloc OFFSET, RELOC_NAME[, EXPRESSION]'
==============================================
Generate a relocation at OFFSET of type RELOC_NAME with value
\1f
File: as.info, Node: Rept, Next: Sbttl, Prev: Reloc, Up: Pseudo Ops
-7.91 `.rept COUNT'
+7.92 `.rept COUNT'
==================
Repeat the sequence of lines between the `.rept' directive and the next
\1f
File: as.info, Node: Sbttl, Next: Scl, Prev: Rept, Up: Pseudo Ops
-7.92 `.sbttl "SUBHEADING"'
+7.93 `.sbttl "SUBHEADING"'
==========================
Use SUBHEADING as the title (third line, immediately after the title
\1f
File: as.info, Node: Scl, Next: Section, Prev: Sbttl, Up: Pseudo Ops
-7.93 `.scl CLASS'
+7.94 `.scl CLASS'
=================
Set the storage-class value for a symbol. This directive may only be
\1f
File: as.info, Node: Section, Next: Set, Prev: Scl, Up: Pseudo Ops
-7.94 `.section NAME'
+7.95 `.section NAME'
====================
Use the `.section' directive to assemble the following code into a
\1f
File: as.info, Node: Set, Next: Short, Prev: Section, Up: Pseudo Ops
-7.95 `.set SYMBOL, EXPRESSION'
+7.96 `.set SYMBOL, EXPRESSION'
==============================
Set the value of SYMBOL to EXPRESSION. This changes SYMBOL's value and
\1f
File: as.info, Node: Short, Next: Single, Prev: Set, Up: Pseudo Ops
-7.96 `.short EXPRESSIONS'
+7.97 `.short EXPRESSIONS'
=========================
`.short' is normally the same as `.word'. *Note `.word': Word.
\1f
File: as.info, Node: Single, Next: Size, Prev: Short, Up: Pseudo Ops
-7.97 `.single FLONUMS'
+7.98 `.single FLONUMS'
======================
This directive assembles zero or more flonums, separated by commas. It
\1f
File: as.info, Node: Size, Next: Skip, Prev: Single, Up: Pseudo Ops
-7.98 `.size'
+7.99 `.size'
============
This directive is used to set the size associated with a symbol.
\1f
File: as.info, Node: Sleb128, Next: Space, Prev: Skip, Up: Pseudo Ops
-7.99 `.sleb128 EXPRESSIONS'
-===========================
+7.100 `.sleb128 EXPRESSIONS'
+============================
SLEB128 stands for "signed little endian base 128." This is a compact,
variable length representation of numbers used by the DWARF symbolic
\1f
File: as.info, Node: Skip, Next: Sleb128, Prev: Size, Up: Pseudo Ops
-7.100 `.skip SIZE , FILL'
+7.101 `.skip SIZE , FILL'
=========================
This directive emits SIZE bytes, each of value FILL. Both SIZE and
\1f
File: as.info, Node: Space, Next: Stab, Prev: Sleb128, Up: Pseudo Ops
-7.101 `.space SIZE , FILL'
+7.102 `.space SIZE , FILL'
==========================
This directive emits SIZE bytes, each of value FILL. Both SIZE and
\1f
File: as.info, Node: Stab, Next: String, Prev: Space, Up: Pseudo Ops
-7.102 `.stabd, .stabn, .stabs'
+7.103 `.stabd, .stabn, .stabs'
==============================
There are three directives that begin `.stab'. All emit symbols (*note
\1f
File: as.info, Node: String, Next: Struct, Prev: Stab, Up: Pseudo Ops
-7.103 `.string' "STR", `.string8' "STR", `.string16'
+7.104 `.string' "STR", `.string8' "STR", `.string16'
====================================================
"STR", `.string32' "STR", `.string64' "STR"
\1f
File: as.info, Node: Struct, Next: SubSection, Prev: String, Up: Pseudo Ops
-7.104 `.struct EXPRESSION'
+7.105 `.struct EXPRESSION'
==========================
Switch to the absolute section, and set the section offset to
\1f
File: as.info, Node: SubSection, Next: Symver, Prev: Struct, Up: Pseudo Ops
-7.105 `.subsection NAME'
+7.106 `.subsection NAME'
========================
This is one of the ELF section stack manipulation directives. The
\1f
File: as.info, Node: Symver, Next: Tag, Prev: SubSection, Up: Pseudo Ops
-7.106 `.symver'
+7.107 `.symver'
===============
Use the `.symver' directive to bind symbols to specific version nodes
\1f
File: as.info, Node: Tag, Next: Text, Prev: Symver, Up: Pseudo Ops
-7.107 `.tag STRUCTNAME'
+7.108 `.tag STRUCTNAME'
=======================
This directive is generated by compilers to include auxiliary debugging
\1f
File: as.info, Node: Text, Next: Title, Prev: Tag, Up: Pseudo Ops
-7.108 `.text SUBSECTION'
+7.109 `.text SUBSECTION'
========================
Tells `as' to assemble the following statements onto the end of the
\1f
File: as.info, Node: Title, Next: Type, Prev: Text, Up: Pseudo Ops
-7.109 `.title "HEADING"'
+7.110 `.title "HEADING"'
========================
Use HEADING as the title (second line, immediately after the source
\1f
File: as.info, Node: Type, Next: Uleb128, Prev: Title, Up: Pseudo Ops
-7.110 `.type'
+7.111 `.type'
=============
This directive is used to set the type of a symbol.
\1f
File: as.info, Node: Uleb128, Next: Val, Prev: Type, Up: Pseudo Ops
-7.111 `.uleb128 EXPRESSIONS'
+7.112 `.uleb128 EXPRESSIONS'
============================
ULEB128 stands for "unsigned little endian base 128." This is a
\1f
File: as.info, Node: Val, Next: Version, Prev: Uleb128, Up: Pseudo Ops
-7.112 `.val ADDR'
+7.113 `.val ADDR'
=================
This directive, permitted only within `.def'/`.endef' pairs, records
\1f
File: as.info, Node: Version, Next: VTableEntry, Prev: Val, Up: Pseudo Ops
-7.113 `.version "STRING"'
+7.114 `.version "STRING"'
=========================
This directive creates a `.note' section and places into it an ELF
\1f
File: as.info, Node: VTableEntry, Next: VTableInherit, Prev: Version, Up: Pseudo Ops
-7.114 `.vtable_entry TABLE, OFFSET'
+7.115 `.vtable_entry TABLE, OFFSET'
===================================
This directive finds or creates a symbol `table' and creates a
\1f
File: as.info, Node: VTableInherit, Next: Warning, Prev: VTableEntry, Up: Pseudo Ops
-7.115 `.vtable_inherit CHILD, PARENT'
+7.116 `.vtable_inherit CHILD, PARENT'
=====================================
This directive finds the symbol `child' and finds or creates the symbol
\1f
File: as.info, Node: Warning, Next: Weak, Prev: VTableInherit, Up: Pseudo Ops
-7.116 `.warning "STRING"'
+7.117 `.warning "STRING"'
=========================
Similar to the directive `.error' (*note `.error "STRING"': Error.),
\1f
File: as.info, Node: Weak, Next: Weakref, Prev: Warning, Up: Pseudo Ops
-7.117 `.weak NAMES'
+7.118 `.weak NAMES'
===================
This directive sets the weak attribute on the comma separated list of
\1f
File: as.info, Node: Weakref, Next: Word, Prev: Weak, Up: Pseudo Ops
-7.118 `.weakref ALIAS, TARGET'
+7.119 `.weakref ALIAS, TARGET'
==============================
This directive creates an alias to the target symbol that enables the
\1f
File: as.info, Node: Word, Next: Deprecated, Prev: Weakref, Up: Pseudo Ops
-7.119 `.word EXPRESSIONS'
+7.120 `.word EXPRESSIONS'
=========================
This directive expects zero or more EXPRESSIONS, of any section,
\1f
File: as.info, Node: Deprecated, Prev: Word, Up: Pseudo Ops
-7.120 Deprecated Directives
+7.121 Deprecated Directives
===========================
One day these directives won't work. They are included for
Node: Byte\7f109528
Node: Comm\7f109766
Node: CFI directives\7f111140
-Node: LNS directives\7f115734
-Node: Data\7f117809
-Node: Def\7f118136
-Node: Desc\7f118368
-Node: Dim\7f118868
-Node: Double\7f119125
-Node: Eject\7f119463
-Node: Else\7f119638
-Node: Elseif\7f119938
-Node: End\7f120232
-Node: Endef\7f120447
-Node: Endfunc\7f120624
-Node: Endif\7f120799
-Node: Equ\7f121060
-Node: Equiv\7f121574
-Node: Eqv\7f122130
-Node: Err\7f122494
-Node: Error\7f122805
-Node: Exitm\7f123250
-Node: Extern\7f123419
-Node: Fail\7f123680
-Node: File\7f124125
-Node: Fill\7f124602
-Node: Float\7f125566
-Node: Func\7f125908
-Node: Global\7f126498
-Node: Gnu_attribute\7f127255
-Node: Hidden\7f127480
-Node: hword\7f128066
-Node: Ident\7f128394
-Node: If\7f128968
-Node: Incbin\7f132027
-Node: Include\7f132722
-Node: Int\7f133273
-Node: Internal\7f133654
-Node: Irp\7f134302
-Node: Irpc\7f135181
-Node: Lcomm\7f136098
-Node: Lflags\7f136846
-Node: Line\7f137040
-Node: Linkonce\7f137959
-Node: Ln\7f139188
-Node: MRI\7f139349
-Node: List\7f139687
-Node: Long\7f140295
-Node: Macro\7f140482
-Node: Altmacro\7f146404
-Node: Noaltmacro\7f147735
-Node: Nolist\7f147904
-Node: Octa\7f148334
-Node: Org\7f148668
-Node: P2align\7f149951
-Node: Previous\7f151879
-Node: PopSection\7f153292
-Node: Print\7f153800
-Node: Protected\7f154029
-Node: Psize\7f154676
-Node: Purgem\7f155360
-Node: PushSection\7f155581
-Node: Quad\7f156324
-Node: Reloc\7f156780
-Node: Rept\7f157541
-Node: Sbttl\7f157955
-Node: Scl\7f158320
-Node: Section\7f158661
-Node: Set\7f163798
-Node: Short\7f164435
-Node: Single\7f164756
-Node: Size\7f165101
-Node: Sleb128\7f165773
-Node: Skip\7f166095
-Node: Space\7f166419
-Node: Stab\7f167060
-Node: String\7f169064
-Node: Struct\7f170058
-Node: SubSection\7f170783
-Node: Symver\7f171346
-Node: Tag\7f173739
-Node: Text\7f174121
-Node: Title\7f174442
-Node: Type\7f174823
-Node: Uleb128\7f176546
-Node: Val\7f176870
-Node: Version\7f177120
-Node: VTableEntry\7f177395
-Node: VTableInherit\7f177685
-Node: Warning\7f178135
-Node: Weak\7f178369
-Node: Weakref\7f179038
-Node: Word\7f180003
-Node: Deprecated\7f181849
-Node: Object Attributes\7f182084
-Node: GNU Object Attributes\7f183804
-Node: Defining New Object Attributes\7f186357
-Node: Machine Dependencies\7f187154
-Node: Alpha-Dependent\7f190038
-Node: Alpha Notes\7f190452
-Node: Alpha Options\7f190733
-Node: Alpha Syntax\7f192931
-Node: Alpha-Chars\7f193400
-Node: Alpha-Regs\7f193631
-Node: Alpha-Relocs\7f194018
-Node: Alpha Floating Point\7f200276
-Node: Alpha Directives\7f200498
-Node: Alpha Opcodes\7f206021
-Node: ARC-Dependent\7f206316
-Node: ARC Options\7f206699
-Node: ARC Syntax\7f207768
-Node: ARC-Chars\7f208000
-Node: ARC-Regs\7f208132
-Node: ARC Floating Point\7f208256
-Node: ARC Directives\7f208567
-Node: ARC Opcodes\7f214539
-Node: ARM-Dependent\7f214765
-Node: ARM Options\7f215230
-Node: ARM Syntax\7f221363
-Node: ARM-Chars\7f221632
-Node: ARM-Regs\7f222156
-Node: ARM Floating Point\7f222365
-Node: ARM-Relocations\7f222564
-Node: ARM Directives\7f223517
-Ref: arm_fnstart\7f227532
-Ref: arm_fnend\7f227607
-Ref: arm_save\7f228624
-Ref: arm_pad\7f229954
-Ref: arm_movsp\7f230160
-Ref: arm_setfp\7f230338
-Node: ARM Opcodes\7f231889
-Node: ARM Mapping Symbols\7f233977
-Node: ARM Unwinding Tutorial\7f234787
-Node: AVR-Dependent\7f240989
-Node: AVR Options\7f241275
-Node: AVR Syntax\7f244106
-Node: AVR-Chars\7f244393
-Node: AVR-Regs\7f244799
-Node: AVR-Modifiers\7f245378
-Node: AVR Opcodes\7f247438
-Node: BFIN-Dependent\7f252684
-Node: BFIN Syntax\7f252938
-Node: BFIN Directives\7f258634
-Node: CR16-Dependent\7f259041
-Node: CR16 Operand Qualifiers\7f259285
-Node: CRIS-Dependent\7f261051
-Node: CRIS-Opts\7f261397
-Ref: march-option\7f263015
-Node: CRIS-Expand\7f264832
-Node: CRIS-Symbols\7f266015
-Node: CRIS-Syntax\7f267184
-Node: CRIS-Chars\7f267520
-Node: CRIS-Pic\7f268071
-Ref: crispic\7f268267
-Node: CRIS-Regs\7f271807
-Node: CRIS-Pseudos\7f272224
-Ref: crisnous\7f273000
-Node: D10V-Dependent\7f274282
-Node: D10V-Opts\7f274633
-Node: D10V-Syntax\7f275596
-Node: D10V-Size\7f276125
-Node: D10V-Subs\7f277098
-Node: D10V-Chars\7f278133
-Node: D10V-Regs\7f279737
-Node: D10V-Addressing\7f280782
-Node: D10V-Word\7f281468
-Node: D10V-Float\7f281983
-Node: D10V-Opcodes\7f282294
-Node: D30V-Dependent\7f282687
-Node: D30V-Opts\7f283040
-Node: D30V-Syntax\7f283715
-Node: D30V-Size\7f284247
-Node: D30V-Subs\7f285218
-Node: D30V-Chars\7f286253
-Node: D30V-Guarded\7f288551
-Node: D30V-Regs\7f289231
-Node: D30V-Addressing\7f290370
-Node: D30V-Float\7f291038
-Node: D30V-Opcodes\7f291349
-Node: H8/300-Dependent\7f291742
-Node: H8/300 Options\7f292154
-Node: H8/300 Syntax\7f292421
-Node: H8/300-Chars\7f292722
-Node: H8/300-Regs\7f293021
-Node: H8/300-Addressing\7f293940
-Node: H8/300 Floating Point\7f294981
-Node: H8/300 Directives\7f295308
-Node: H8/300 Opcodes\7f296436
-Node: HPPA-Dependent\7f304758
-Node: HPPA Notes\7f305193
-Node: HPPA Options\7f305951
-Node: HPPA Syntax\7f306146
-Node: HPPA Floating Point\7f307416
-Node: HPPA Directives\7f307622
-Node: HPPA Opcodes\7f316308
-Node: ESA/390-Dependent\7f316567
-Node: ESA/390 Notes\7f317027
-Node: ESA/390 Options\7f317818
-Node: ESA/390 Syntax\7f318028
-Node: ESA/390 Floating Point\7f320201
-Node: ESA/390 Directives\7f320480
-Node: ESA/390 Opcodes\7f323769
-Node: i386-Dependent\7f324031
-Node: i386-Options\7f325155
-Node: i386-Directives\7f328857
-Node: i386-Syntax\7f329595
-Node: i386-Mnemonics\7f332028
-Node: i386-Regs\7f335096
-Node: i386-Prefixes\7f337141
-Node: i386-Memory\7f339901
-Node: i386-Jumps\7f342838
-Node: i386-Float\7f343959
-Node: i386-SIMD\7f345790
-Node: i386-16bit\7f346901
-Node: i386-Bugs\7f348941
-Node: i386-Arch\7f349695
-Node: i386-Notes\7f352200
-Node: i860-Dependent\7f353058
-Node: Notes-i860\7f353454
-Node: Options-i860\7f354359
-Node: Directives-i860\7f355722
-Node: Opcodes for i860\7f356791
-Node: i960-Dependent\7f358958
-Node: Options-i960\7f359361
-Node: Floating Point-i960\7f363246
-Node: Directives-i960\7f363514
-Node: Opcodes for i960\7f365548
-Node: callj-i960\7f366165
-Node: Compare-and-branch-i960\7f366654
-Node: IA-64-Dependent\7f368558
-Node: IA-64 Options\7f368859
-Node: IA-64 Syntax\7f372019
-Node: IA-64-Chars\7f372382
-Node: IA-64-Regs\7f372612
-Node: IA-64-Bits\7f373538
-Node: IA-64 Opcodes\7f374047
-Node: IP2K-Dependent\7f374319
-Node: IP2K-Opts\7f374547
-Node: M32C-Dependent\7f375027
-Node: M32C-Opts\7f375551
-Node: M32C-Modifiers\7f375974
-Node: M32R-Dependent\7f377761
-Node: M32R-Opts\7f378082
-Node: M32R-Directives\7f382249
-Node: M32R-Warnings\7f386224
-Node: M68K-Dependent\7f389230
-Node: M68K-Opts\7f389697
-Node: M68K-Syntax\7f397089
-Node: M68K-Moto-Syntax\7f398929
-Node: M68K-Float\7f401519
-Node: M68K-Directives\7f402039
-Node: M68K-opcodes\7f403367
-Node: M68K-Branch\7f403593
-Node: M68K-Chars\7f407791
-Node: M68HC11-Dependent\7f408204
-Node: M68HC11-Opts\7f408735
-Node: M68HC11-Syntax\7f412556
-Node: M68HC11-Modifiers\7f414770
-Node: M68HC11-Directives\7f416598
-Node: M68HC11-Float\7f417974
-Node: M68HC11-opcodes\7f418502
-Node: M68HC11-Branch\7f418684
-Node: MIPS-Dependent\7f421133
-Node: MIPS Opts\7f422293
-Node: MIPS Object\7f431879
-Node: MIPS Stabs\7f433445
-Node: MIPS symbol sizes\7f434167
-Node: MIPS ISA\7f435836
-Node: MIPS autoextend\7f437310
-Node: MIPS insn\7f438040
-Node: MIPS option stack\7f438537
-Node: MIPS ASE instruction generation overrides\7f439311
-Node: MIPS floating-point\7f441125
-Node: MMIX-Dependent\7f442011
-Node: MMIX-Opts\7f442391
-Node: MMIX-Expand\7f445995
-Node: MMIX-Syntax\7f447310
-Ref: mmixsite\7f447667
-Node: MMIX-Chars\7f448508
-Node: MMIX-Symbols\7f449162
-Node: MMIX-Regs\7f451230
-Node: MMIX-Pseudos\7f452255
-Ref: MMIX-loc\7f452396
-Ref: MMIX-local\7f453476
-Ref: MMIX-is\7f454008
-Ref: MMIX-greg\7f454279
-Ref: GREG-base\7f455198
-Ref: MMIX-byte\7f456515
-Ref: MMIX-constants\7f456986
-Ref: MMIX-prefix\7f457632
-Ref: MMIX-spec\7f458006
-Node: MMIX-mmixal\7f458340
-Node: MSP430-Dependent\7f461838
-Node: MSP430 Options\7f462304
-Node: MSP430 Syntax\7f462590
-Node: MSP430-Macros\7f462906
-Node: MSP430-Chars\7f463637
-Node: MSP430-Regs\7f463950
-Node: MSP430-Ext\7f464510
-Node: MSP430 Floating Point\7f466331
-Node: MSP430 Directives\7f466555
-Node: MSP430 Opcodes\7f467346
-Node: MSP430 Profiling Capability\7f467741
-Node: PDP-11-Dependent\7f470070
-Node: PDP-11-Options\7f470459
-Node: PDP-11-Pseudos\7f475530
-Node: PDP-11-Syntax\7f475875
-Node: PDP-11-Mnemonics\7f476627
-Node: PDP-11-Synthetic\7f476929
-Node: PJ-Dependent\7f477147
-Node: PJ Options\7f477372
-Node: PPC-Dependent\7f477649
-Node: PowerPC-Opts\7f477936
-Node: PowerPC-Pseudo\7f480455
-Node: SH-Dependent\7f481054
-Node: SH Options\7f481466
-Node: SH Syntax\7f482474
-Node: SH-Chars\7f482747
-Node: SH-Regs\7f483041
-Node: SH-Addressing\7f483655
-Node: SH Floating Point\7f484564
-Node: SH Directives\7f485658
-Node: SH Opcodes\7f486028
-Node: SH64-Dependent\7f490350
-Node: SH64 Options\7f490713
-Node: SH64 Syntax\7f492510
-Node: SH64-Chars\7f492793
-Node: SH64-Regs\7f493093
-Node: SH64-Addressing\7f494189
-Node: SH64 Directives\7f495372
-Node: SH64 Opcodes\7f496482
-Node: Sparc-Dependent\7f497198
-Node: Sparc-Opts\7f497608
-Node: Sparc-Aligned-Data\7f499865
-Node: Sparc-Syntax\7f500697
-Node: Sparc-Chars\7f501271
-Node: Sparc-Regs\7f501504
-Node: Sparc-Constants\7f506615
-Node: Sparc-Relocs\7f511375
-Node: Sparc-Size-Translations\7f516055
-Node: Sparc-Float\7f517704
-Node: Sparc-Directives\7f517899
-Node: TIC54X-Dependent\7f519859
-Node: TIC54X-Opts\7f520585
-Node: TIC54X-Block\7f521628
-Node: TIC54X-Env\7f521988
-Node: TIC54X-Constants\7f522336
-Node: TIC54X-Subsyms\7f522738
-Node: TIC54X-Locals\7f524647
-Node: TIC54X-Builtins\7f525391
-Node: TIC54X-Ext\7f527862
-Node: TIC54X-Directives\7f528433
-Node: TIC54X-Macros\7f539335
-Node: TIC54X-MMRegs\7f541446
-Node: Z80-Dependent\7f541662
-Node: Z80 Options\7f542050
-Node: Z80 Syntax\7f543473
-Node: Z80-Chars\7f544145
-Node: Z80-Regs\7f544679
-Node: Z80-Case\7f545031
-Node: Z80 Floating Point\7f545476
-Node: Z80 Directives\7f545670
-Node: Z80 Opcodes\7f547295
-Node: Z8000-Dependent\7f548639
-Node: Z8000 Options\7f549600
-Node: Z8000 Syntax\7f549817
-Node: Z8000-Chars\7f550107
-Node: Z8000-Regs\7f550340
-Node: Z8000-Addressing\7f551130
-Node: Z8000 Directives\7f552247
-Node: Z8000 Opcodes\7f553856
-Node: Vax-Dependent\7f563798
-Node: VAX-Opts\7f564315
-Node: VAX-float\7f568050
-Node: VAX-directives\7f568682
-Node: VAX-opcodes\7f569543
-Node: VAX-branch\7f569932
-Node: VAX-operands\7f572439
-Node: VAX-no\7f573202
-Node: V850-Dependent\7f573439
-Node: V850 Options\7f573837
-Node: V850 Syntax\7f576226
-Node: V850-Chars\7f576466
-Node: V850-Regs\7f576631
-Node: V850 Floating Point\7f578199
-Node: V850 Directives\7f578405
-Node: V850 Opcodes\7f579548
-Node: Xtensa-Dependent\7f585440
-Node: Xtensa Options\7f586169
-Node: Xtensa Syntax\7f588979
-Node: Xtensa Opcodes\7f590868
-Node: Xtensa Registers\7f592662
-Node: Xtensa Optimizations\7f593295
-Node: Density Instructions\7f593747
-Node: Xtensa Automatic Alignment\7f594849
-Node: Xtensa Relaxation\7f597296
-Node: Xtensa Branch Relaxation\7f598204
-Node: Xtensa Call Relaxation\7f599576
-Node: Xtensa Immediate Relaxation\7f601362
-Node: Xtensa Directives\7f603936
-Node: Schedule Directive\7f605645
-Node: Longcalls Directive\7f605985
-Node: Transform Directive\7f606529
-Node: Literal Directive\7f607271
-Ref: Literal Directive-Footnote-1\7f610810
-Node: Literal Position Directive\7f610952
-Node: Literal Prefix Directive\7f612651
-Node: Absolute Literals Directive\7f613549
-Node: Reporting Bugs\7f614856
-Node: Bug Criteria\7f615582
-Node: Bug Reporting\7f616349
-Node: Acknowledgements\7f622998
-Ref: Acknowledgements-Footnote-1\7f627896
-Node: GNU Free Documentation License\7f627922
-Node: AS Index\7f647652
+Node: LNS directives\7f116335
+Node: Data\7f118410
+Node: Def\7f118737
+Node: Desc\7f118969
+Node: Dim\7f119469
+Node: Double\7f119726
+Node: Eject\7f120064
+Node: Else\7f120239
+Node: Elseif\7f120539
+Node: End\7f120833
+Node: Endef\7f121048
+Node: Endfunc\7f121225
+Node: Endif\7f121400
+Node: Equ\7f121661
+Node: Equiv\7f122175
+Node: Eqv\7f122731
+Node: Err\7f123095
+Node: Error\7f123406
+Node: Exitm\7f123851
+Node: Extern\7f124020
+Node: Fail\7f124281
+Node: File\7f124726
+Node: Fill\7f125203
+Node: Float\7f126167
+Node: Func\7f126509
+Node: Global\7f127099
+Node: Gnu_attribute\7f127856
+Node: Hidden\7f128081
+Node: hword\7f128667
+Node: Ident\7f128995
+Node: If\7f129569
+Node: Incbin\7f132628
+Node: Include\7f133323
+Node: Int\7f133874
+Node: Internal\7f134255
+Node: Irp\7f134903
+Node: Irpc\7f135782
+Node: Lcomm\7f136699
+Node: Lflags\7f137447
+Node: Line\7f137641
+Node: Linkonce\7f138560
+Node: Ln\7f139789
+Node: MRI\7f139950
+Node: List\7f140288
+Node: Long\7f140896
+Node: Macro\7f141083
+Node: Altmacro\7f147005
+Node: Noaltmacro\7f148336
+Node: Nolist\7f148505
+Node: Octa\7f148935
+Node: Org\7f149269
+Node: P2align\7f150552
+Node: Previous\7f152480
+Node: PopSection\7f153893
+Node: Print\7f154401
+Node: Protected\7f154630
+Node: Psize\7f155277
+Node: Purgem\7f155961
+Node: PushSection\7f156182
+Node: Quad\7f156925
+Node: Reloc\7f157381
+Node: Rept\7f158142
+Node: Sbttl\7f158556
+Node: Scl\7f158921
+Node: Section\7f159262
+Node: Set\7f164399
+Node: Short\7f165036
+Node: Single\7f165357
+Node: Size\7f165702
+Node: Sleb128\7f166374
+Node: Skip\7f166698
+Node: Space\7f167022
+Node: Stab\7f167663
+Node: String\7f169667
+Node: Struct\7f170661
+Node: SubSection\7f171386
+Node: Symver\7f171949
+Node: Tag\7f174342
+Node: Text\7f174724
+Node: Title\7f175045
+Node: Type\7f175426
+Node: Uleb128\7f177149
+Node: Val\7f177473
+Node: Version\7f177723
+Node: VTableEntry\7f177998
+Node: VTableInherit\7f178288
+Node: Warning\7f178738
+Node: Weak\7f178972
+Node: Weakref\7f179641
+Node: Word\7f180606
+Node: Deprecated\7f182452
+Node: Object Attributes\7f182687
+Node: GNU Object Attributes\7f184407
+Node: Defining New Object Attributes\7f186960
+Node: Machine Dependencies\7f187757
+Node: Alpha-Dependent\7f190641
+Node: Alpha Notes\7f191055
+Node: Alpha Options\7f191336
+Node: Alpha Syntax\7f193534
+Node: Alpha-Chars\7f194003
+Node: Alpha-Regs\7f194234
+Node: Alpha-Relocs\7f194621
+Node: Alpha Floating Point\7f200879
+Node: Alpha Directives\7f201101
+Node: Alpha Opcodes\7f206624
+Node: ARC-Dependent\7f206919
+Node: ARC Options\7f207302
+Node: ARC Syntax\7f208371
+Node: ARC-Chars\7f208603
+Node: ARC-Regs\7f208735
+Node: ARC Floating Point\7f208859
+Node: ARC Directives\7f209170
+Node: ARC Opcodes\7f215142
+Node: ARM-Dependent\7f215368
+Node: ARM Options\7f215833
+Node: ARM Syntax\7f221966
+Node: ARM-Chars\7f222235
+Node: ARM-Regs\7f222759
+Node: ARM Floating Point\7f222968
+Node: ARM-Relocations\7f223167
+Node: ARM Directives\7f224120
+Ref: arm_fnstart\7f228135
+Ref: arm_fnend\7f228210
+Ref: arm_save\7f229227
+Ref: arm_pad\7f230557
+Ref: arm_movsp\7f230763
+Ref: arm_setfp\7f230941
+Node: ARM Opcodes\7f232492
+Node: ARM Mapping Symbols\7f234580
+Node: ARM Unwinding Tutorial\7f235390
+Node: AVR-Dependent\7f241592
+Node: AVR Options\7f241878
+Node: AVR Syntax\7f244709
+Node: AVR-Chars\7f244996
+Node: AVR-Regs\7f245402
+Node: AVR-Modifiers\7f245981
+Node: AVR Opcodes\7f248041
+Node: BFIN-Dependent\7f253287
+Node: BFIN Syntax\7f253541
+Node: BFIN Directives\7f259237
+Node: CR16-Dependent\7f259644
+Node: CR16 Operand Qualifiers\7f259888
+Node: CRIS-Dependent\7f261654
+Node: CRIS-Opts\7f262000
+Ref: march-option\7f263618
+Node: CRIS-Expand\7f265435
+Node: CRIS-Symbols\7f266618
+Node: CRIS-Syntax\7f267787
+Node: CRIS-Chars\7f268123
+Node: CRIS-Pic\7f268674
+Ref: crispic\7f268870
+Node: CRIS-Regs\7f272410
+Node: CRIS-Pseudos\7f272827
+Ref: crisnous\7f273603
+Node: D10V-Dependent\7f274885
+Node: D10V-Opts\7f275236
+Node: D10V-Syntax\7f276199
+Node: D10V-Size\7f276728
+Node: D10V-Subs\7f277701
+Node: D10V-Chars\7f278736
+Node: D10V-Regs\7f280340
+Node: D10V-Addressing\7f281385
+Node: D10V-Word\7f282071
+Node: D10V-Float\7f282586
+Node: D10V-Opcodes\7f282897
+Node: D30V-Dependent\7f283290
+Node: D30V-Opts\7f283643
+Node: D30V-Syntax\7f284318
+Node: D30V-Size\7f284850
+Node: D30V-Subs\7f285821
+Node: D30V-Chars\7f286856
+Node: D30V-Guarded\7f289154
+Node: D30V-Regs\7f289834
+Node: D30V-Addressing\7f290973
+Node: D30V-Float\7f291641
+Node: D30V-Opcodes\7f291952
+Node: H8/300-Dependent\7f292345
+Node: H8/300 Options\7f292757
+Node: H8/300 Syntax\7f293024
+Node: H8/300-Chars\7f293325
+Node: H8/300-Regs\7f293624
+Node: H8/300-Addressing\7f294543
+Node: H8/300 Floating Point\7f295584
+Node: H8/300 Directives\7f295911
+Node: H8/300 Opcodes\7f297039
+Node: HPPA-Dependent\7f305361
+Node: HPPA Notes\7f305796
+Node: HPPA Options\7f306554
+Node: HPPA Syntax\7f306749
+Node: HPPA Floating Point\7f308019
+Node: HPPA Directives\7f308225
+Node: HPPA Opcodes\7f316911
+Node: ESA/390-Dependent\7f317170
+Node: ESA/390 Notes\7f317630
+Node: ESA/390 Options\7f318421
+Node: ESA/390 Syntax\7f318631
+Node: ESA/390 Floating Point\7f320804
+Node: ESA/390 Directives\7f321083
+Node: ESA/390 Opcodes\7f324372
+Node: i386-Dependent\7f324634
+Node: i386-Options\7f325758
+Node: i386-Directives\7f329460
+Node: i386-Syntax\7f330198
+Node: i386-Mnemonics\7f332631
+Node: i386-Regs\7f335699
+Node: i386-Prefixes\7f337744
+Node: i386-Memory\7f340504
+Node: i386-Jumps\7f343441
+Node: i386-Float\7f344562
+Node: i386-SIMD\7f346393
+Node: i386-16bit\7f347504
+Node: i386-Bugs\7f349544
+Node: i386-Arch\7f350298
+Node: i386-Notes\7f352803
+Node: i860-Dependent\7f353661
+Node: Notes-i860\7f354057
+Node: Options-i860\7f354962
+Node: Directives-i860\7f356325
+Node: Opcodes for i860\7f357394
+Node: i960-Dependent\7f359561
+Node: Options-i960\7f359964
+Node: Floating Point-i960\7f363849
+Node: Directives-i960\7f364117
+Node: Opcodes for i960\7f366151
+Node: callj-i960\7f366768
+Node: Compare-and-branch-i960\7f367257
+Node: IA-64-Dependent\7f369161
+Node: IA-64 Options\7f369462
+Node: IA-64 Syntax\7f372622
+Node: IA-64-Chars\7f372985
+Node: IA-64-Regs\7f373215
+Node: IA-64-Bits\7f374141
+Node: IA-64 Opcodes\7f374650
+Node: IP2K-Dependent\7f374922
+Node: IP2K-Opts\7f375150
+Node: M32C-Dependent\7f375630
+Node: M32C-Opts\7f376154
+Node: M32C-Modifiers\7f376577
+Node: M32R-Dependent\7f378364
+Node: M32R-Opts\7f378685
+Node: M32R-Directives\7f382852
+Node: M32R-Warnings\7f386827
+Node: M68K-Dependent\7f389833
+Node: M68K-Opts\7f390300
+Node: M68K-Syntax\7f397692
+Node: M68K-Moto-Syntax\7f399532
+Node: M68K-Float\7f402122
+Node: M68K-Directives\7f402642
+Node: M68K-opcodes\7f403970
+Node: M68K-Branch\7f404196
+Node: M68K-Chars\7f408394
+Node: M68HC11-Dependent\7f408807
+Node: M68HC11-Opts\7f409338
+Node: M68HC11-Syntax\7f413159
+Node: M68HC11-Modifiers\7f415373
+Node: M68HC11-Directives\7f417201
+Node: M68HC11-Float\7f418577
+Node: M68HC11-opcodes\7f419105
+Node: M68HC11-Branch\7f419287
+Node: MIPS-Dependent\7f421736
+Node: MIPS Opts\7f422896
+Node: MIPS Object\7f432482
+Node: MIPS Stabs\7f434048
+Node: MIPS symbol sizes\7f434770
+Node: MIPS ISA\7f436439
+Node: MIPS autoextend\7f437913
+Node: MIPS insn\7f438643
+Node: MIPS option stack\7f439140
+Node: MIPS ASE instruction generation overrides\7f439914
+Node: MIPS floating-point\7f441728
+Node: MMIX-Dependent\7f442614
+Node: MMIX-Opts\7f442994
+Node: MMIX-Expand\7f446598
+Node: MMIX-Syntax\7f447913
+Ref: mmixsite\7f448270
+Node: MMIX-Chars\7f449111
+Node: MMIX-Symbols\7f449765
+Node: MMIX-Regs\7f451833
+Node: MMIX-Pseudos\7f452858
+Ref: MMIX-loc\7f452999
+Ref: MMIX-local\7f454079
+Ref: MMIX-is\7f454611
+Ref: MMIX-greg\7f454882
+Ref: GREG-base\7f455801
+Ref: MMIX-byte\7f457118
+Ref: MMIX-constants\7f457589
+Ref: MMIX-prefix\7f458235
+Ref: MMIX-spec\7f458609
+Node: MMIX-mmixal\7f458943
+Node: MSP430-Dependent\7f462441
+Node: MSP430 Options\7f462907
+Node: MSP430 Syntax\7f463193
+Node: MSP430-Macros\7f463509
+Node: MSP430-Chars\7f464240
+Node: MSP430-Regs\7f464553
+Node: MSP430-Ext\7f465113
+Node: MSP430 Floating Point\7f466934
+Node: MSP430 Directives\7f467158
+Node: MSP430 Opcodes\7f467949
+Node: MSP430 Profiling Capability\7f468344
+Node: PDP-11-Dependent\7f470673
+Node: PDP-11-Options\7f471062
+Node: PDP-11-Pseudos\7f476133
+Node: PDP-11-Syntax\7f476478
+Node: PDP-11-Mnemonics\7f477230
+Node: PDP-11-Synthetic\7f477532
+Node: PJ-Dependent\7f477750
+Node: PJ Options\7f477975
+Node: PPC-Dependent\7f478252
+Node: PowerPC-Opts\7f478539
+Node: PowerPC-Pseudo\7f481058
+Node: SH-Dependent\7f481657
+Node: SH Options\7f482069
+Node: SH Syntax\7f483077
+Node: SH-Chars\7f483350
+Node: SH-Regs\7f483644
+Node: SH-Addressing\7f484258
+Node: SH Floating Point\7f485167
+Node: SH Directives\7f486261
+Node: SH Opcodes\7f486631
+Node: SH64-Dependent\7f490953
+Node: SH64 Options\7f491316
+Node: SH64 Syntax\7f493113
+Node: SH64-Chars\7f493396
+Node: SH64-Regs\7f493696
+Node: SH64-Addressing\7f494792
+Node: SH64 Directives\7f495975
+Node: SH64 Opcodes\7f497085
+Node: Sparc-Dependent\7f497801
+Node: Sparc-Opts\7f498211
+Node: Sparc-Aligned-Data\7f500468
+Node: Sparc-Syntax\7f501300
+Node: Sparc-Chars\7f501874
+Node: Sparc-Regs\7f502107
+Node: Sparc-Constants\7f507218
+Node: Sparc-Relocs\7f511978
+Node: Sparc-Size-Translations\7f516658
+Node: Sparc-Float\7f518307
+Node: Sparc-Directives\7f518502
+Node: TIC54X-Dependent\7f520462
+Node: TIC54X-Opts\7f521188
+Node: TIC54X-Block\7f522231
+Node: TIC54X-Env\7f522591
+Node: TIC54X-Constants\7f522939
+Node: TIC54X-Subsyms\7f523341
+Node: TIC54X-Locals\7f525250
+Node: TIC54X-Builtins\7f525994
+Node: TIC54X-Ext\7f528465
+Node: TIC54X-Directives\7f529036
+Node: TIC54X-Macros\7f539938
+Node: TIC54X-MMRegs\7f542049
+Node: Z80-Dependent\7f542265
+Node: Z80 Options\7f542653
+Node: Z80 Syntax\7f544076
+Node: Z80-Chars\7f544748
+Node: Z80-Regs\7f545282
+Node: Z80-Case\7f545634
+Node: Z80 Floating Point\7f546079
+Node: Z80 Directives\7f546273
+Node: Z80 Opcodes\7f547898
+Node: Z8000-Dependent\7f549242
+Node: Z8000 Options\7f550203
+Node: Z8000 Syntax\7f550420
+Node: Z8000-Chars\7f550710
+Node: Z8000-Regs\7f550943
+Node: Z8000-Addressing\7f551733
+Node: Z8000 Directives\7f552850
+Node: Z8000 Opcodes\7f554459
+Node: Vax-Dependent\7f564401
+Node: VAX-Opts\7f564918
+Node: VAX-float\7f568653
+Node: VAX-directives\7f569285
+Node: VAX-opcodes\7f570146
+Node: VAX-branch\7f570535
+Node: VAX-operands\7f573042
+Node: VAX-no\7f573805
+Node: V850-Dependent\7f574042
+Node: V850 Options\7f574440
+Node: V850 Syntax\7f576829
+Node: V850-Chars\7f577069
+Node: V850-Regs\7f577234
+Node: V850 Floating Point\7f578802
+Node: V850 Directives\7f579008
+Node: V850 Opcodes\7f580151
+Node: Xtensa-Dependent\7f586043
+Node: Xtensa Options\7f586772
+Node: Xtensa Syntax\7f589582
+Node: Xtensa Opcodes\7f591471
+Node: Xtensa Registers\7f593265
+Node: Xtensa Optimizations\7f593898
+Node: Density Instructions\7f594350
+Node: Xtensa Automatic Alignment\7f595452
+Node: Xtensa Relaxation\7f597899
+Node: Xtensa Branch Relaxation\7f598807
+Node: Xtensa Call Relaxation\7f600179
+Node: Xtensa Immediate Relaxation\7f601965
+Node: Xtensa Directives\7f604539
+Node: Schedule Directive\7f606248
+Node: Longcalls Directive\7f606588
+Node: Transform Directive\7f607132
+Node: Literal Directive\7f607874
+Ref: Literal Directive-Footnote-1\7f611413
+Node: Literal Position Directive\7f611555
+Node: Literal Prefix Directive\7f613254
+Node: Absolute Literals Directive\7f614152
+Node: Reporting Bugs\7f615459
+Node: Bug Criteria\7f616185
+Node: Bug Reporting\7f616952
+Node: Acknowledgements\7f623601
+Ref: Acknowledgements-Footnote-1\7f628499
+Node: GNU Free Documentation License\7f628525
+Node: AS Index\7f648255
\1f
End Tag Table