Whole document tree
    

Whole document tree

Using as: Pseudo Ops
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

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. See section 8. Machine Dependent Features.

7.1 .abort  
7.2 .ABORT  

7.3 .align abs-expr, abs-expr, abs-expr  .align abs-expr , abs-expr
7.4 .app-file string  
7.5 .ascii "string"...  
7.6 .asciz "string"...  
7.7 .balign[wl] abs-expr, abs-expr, abs-expr  .balign abs-expr , abs-expr
7.8 .byte expressions  
7.9 .comm symbol , length   
7.10 .data subsection  
7.11 .def name  
7.12 .desc symbol, abs-expression  
7.13 .dim  

7.14 .double flonums  
7.15 .eject  
7.16 .else  
7.17 .endef  

7.18 .endif  
7.19 .equ symbol, expression  
7.20 .equiv symbol, expression  
7.21 .err  
7.22 .extern  
7.23 .file string  

7.24 .fill repeat , size , value  
7.25 .float flonums  
7.26 .global symbol, .globl symbol  
7.27 .hword expressions  
7.28 .ident  
7.29 .if absolute expression  
7.30 .include "file"  
7.31 .int expressions  
7.32 .irp symbol,values...  
7.33 .irpc symbol,values...  
7.34 .lcomm symbol , length  
7.35 .lflags  
7.36 .line line-number  

7.38 .ln line-number  
7.37 .linkonce [type]  
7.40 .list  
7.41 .long expressions  

7.42 .macro  .macro name args...
7.39 .mri val  

7.43 .nolist  
7.44 .octa bignums  
7.45 .org new-lc , fill  
7.46 .p2align[wl] abs-expr, abs-expr, abs-expr  .p2align abs-expr , abs-expr
7.47 .psize lines , columns  
7.48 .quad bignums  
7.49 .rept count  
7.50 .sbttl "subheading"  
7.51 .scl class  
7.52 .section name  .section name, subsection

7.53 .set symbol, expression  
7.54 .short expressions  
7.55 .single flonums  
7.56 .size  

7.58 .skip size , fill  
7.57 .sleb128 expressions  
7.59 .space size , fill  
7.60 .stabd, .stabn, .stabs  

7.61 .string "str"  .string "str"
7.62 .symver  .symver name,name2@nodename
7.63 .tag structname  

7.64 .text subsection  
7.65 .title "heading"  
7.66 .type int  
7.67 .val addr  

7.68 .uleb128 expressions  
7.69 .word expressions  
7.70 Deprecated Directives  


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated by root on January, 30 2002 using texi2html