(as.info.gz) Pseudo Ops

Info Catalog (as.info.gz) Expressions (as.info.gz) Top (as.info.gz) Object Attributes
 
 7 Assembler Directives
 **********************
 
 All assembler directives have names that begin with a period (`.').
 The rest of the name is letters, usually in lower case.
 
    This chapter discusses directives that are available regardless of
 the target machine configuration for the GNU assembler.  Some machine
 configurations provide additional directives.   Machine
 Dependencies.
 

Menu

 
* Abort                       `.abort'
 
* ABORT (COFF)                `.ABORT'
 
* Align                       `.align ABS-EXPR , ABS-EXPR'
* Altmacro                    `.altmacro'
* Ascii                       `.ascii "STRING"'...
* Asciz                       `.asciz "STRING"'...
* Balign                      `.balign ABS-EXPR , ABS-EXPR'
* Byte                        `.byte EXPRESSIONS'
* CFI directives              `.cfi_startproc [simple]', `.cfi_endproc', etc.
* Comm                        `.comm SYMBOL , LENGTH '
* Data                        `.data SUBSECTION'
 
* Def                         `.def NAME'
 
* Desc                        `.desc SYMBOL, ABS-EXPRESSION'
 
* Dim                         `.dim'
 
* Double                      `.double FLONUMS'
* Eject                       `.eject'
* Else                        `.else'
* Elseif                      `.elseif'
* End                         `.end'
 
* Endef                       `.endef'
 
* Endfunc                     `.endfunc'
* Endif                       `.endif'
* Equ                         `.equ SYMBOL, EXPRESSION'
* Equiv                       `.equiv SYMBOL, EXPRESSION'
* Eqv                         `.eqv SYMBOL, EXPRESSION'
* Err                         `.err'
* Error                       `.error STRING'
* Exitm                       `.exitm'
* Extern                      `.extern'
* Fail                        `.fail'
* File                        `.file'
* Fill                        `.fill REPEAT , SIZE , VALUE'
* Float                       `.float FLONUMS'
* Func                        `.func'
* Global                      `.global SYMBOL', `.globl SYMBOL'
 
* Gnu_attribute               `.gnu_attribute TAG,VALUE'
* Hidden                      `.hidden NAMES'
 
* hword                       `.hword EXPRESSIONS'
* Ident                       `.ident'
* If                          `.if ABSOLUTE EXPRESSION'
* Incbin                      `.incbin "FILE"[,SKIP[,COUNT]]'
* Include                     `.include "FILE"'
* Int                         `.int EXPRESSIONS'
 
* Internal                    `.internal NAMES'
 
* Irp                         `.irp SYMBOL,VALUES'...
* Irpc                        `.irpc SYMBOL,VALUES'...
* Lcomm                       `.lcomm SYMBOL , LENGTH'
* Lflags                      `.lflags'
 
* Line                        `.line LINE-NUMBER'
 
* Linkonce                    `.linkonce [TYPE]'
* List                        `.list'
* Ln                          `.ln LINE-NUMBER'
* Loc                         `.loc FILENO LINENO'
* Loc_mark_labels             `.loc_mark_labels ENABLE'
 
* Local                       `.local NAMES'
 
* Long                        `.long EXPRESSIONS'
 
* Macro                       `.macro NAME ARGS'...
* MRI                         `.mri VAL'
* Noaltmacro                  `.noaltmacro'
* Nolist                      `.nolist'
* Octa                        `.octa BIGNUMS'
* Org                         `.org NEW-LC, FILL'
* P2align                     `.p2align ABS-EXPR, ABS-EXPR, ABS-EXPR'
 
* PopSection                  `.popsection'
* Previous                    `.previous'
 
* Print                       `.print STRING'
 
* Protected                   `.protected NAMES'
 
* Psize                       `.psize LINES, COLUMNS'
* Purgem                      `.purgem NAME'
 
* PushSection                 `.pushsection NAME'
 
* Quad                        `.quad BIGNUMS'
* Reloc                       `.reloc OFFSET, RELOC_NAME[, EXPRESSION]'
* Rept                        `.rept COUNT'
* Sbttl                       `.sbttl "SUBHEADING"'
 
* Scl                         `.scl CLASS'
 
* Section                     `.section NAME[, FLAGS]'
 
* Set                         `.set SYMBOL, EXPRESSION'
* Short                       `.short EXPRESSIONS'
* Single                      `.single FLONUMS'
 
* Size                        `.size [NAME , EXPRESSION]'
 
* Skip                        `.skip SIZE , FILL'
 
* Sleb128                     `.sleb128 EXPRESSIONS'
 
* Space                       `.space SIZE , FILL'
 
* Stab                        `.stabd, .stabn, .stabs'
 
* String                      `.string "STR"', `.string8 "STR"', `.string16 "STR"', `.string32 "STR"', `.string64 "STR"'
* Struct                      `.struct EXPRESSION'
 
* SubSection                  `.subsection'
* Symver                      `.symver NAME,NAME2@NODENAME'
 
 
* Tag                         `.tag STRUCTNAME'
 
* Text                        `.text SUBSECTION'
* Title                       `.title "HEADING"'
 
* Type                        `.type <INT | NAME , TYPE DESCRIPTION>'
 
* Uleb128                     `.uleb128 EXPRESSIONS'
 
* Val                         `.val ADDR'
 
 
* Version                     `.version "STRING"'
* VTableEntry                 `.vtable_entry TABLE, OFFSET'
* VTableInherit               `.vtable_inherit CHILD, PARENT'
 
* Warning                     `.warning STRING'
* Weak                        `.weak NAMES'
* Weakref                     `.weakref ALIAS, SYMBOL'
* Word                        `.word EXPRESSIONS'
* Deprecated                  Deprecated Directives
 
Info Catalog (as.info.gz) Expressions (as.info.gz) Top (as.info.gz) Object Attributes
automatically generated by info2html