| [ < ] | [ > ] | [ << ] | [ 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 .abort7.2 .ABORT
7.14 .double flonums7.15 .eject7.16 .else7.17 .endef
7.18 .endif7.19 .equ symbol, expression7.20 .equiv symbol, expression7.21 .err7.22 .extern7.23 .file string
7.38 .ln line-number7.37 .linkonce [type]7.40 .list7.41 .long expressions
7.42 .macro.macro name args...7.39 .mri val
7.43 .nolist7.44 .octa bignums7.45 .org new-lc , fill7.46 .p2align[wl] abs-expr, abs-expr, abs-expr.p2align abs-expr , abs-expr7.47 .psize lines , columns7.48 .quad bignums7.49 .rept count7.50 .sbttl "subheading"7.51 .scl class7.52 .section name.section name, subsection
7.53 .set symbol, expression7.54 .short expressions7.55 .single flonums7.56 .size
7.58 .skip size , fill7.57 .sleb128 expressions7.59 .space size , fill7.60 .stabd, .stabn, .stabs
7.61 .string"str".string "str"7.62 .symver.symver name,name2@nodename7.63 .tag structname
7.64 .text subsection7.65 .title "heading"7.66 .type int7.67 .val addr
7.68 .uleb128 expressions7.69 .word expressions7.70 Deprecated Directives
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |