[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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.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.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] | [ ? ] |