| www.delorie.com/gnu/docs/binutils/as_68.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ 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.3 .align abs-expr, abs-expr, abs-expr.align abs-expr , abs-expr7.4 .ascii "string"...7.5 .asciz "string"...7.6 .balign[wl] abs-expr, abs-expr, abs-expr.balign abs-expr , abs-expr7.7 .byte expressions7.8 .comm symbol , length7.9 .data subsection7.10 .def name7.11 .desc symbol, abs-expression7.12 .dim
7.13 .double flonums7.14 .eject7.15 .else7.16 .elseif7.17 .end7.18 .endef
7.19 .endfunc7.20 .endif7.21 .equ symbol, expression7.22 .equiv symbol, expression7.23 .err7.24 .exitm7.25 .extern7.26 .fail expression.fail7.27 .file string
7.28 .fill repeat , size , value7.29 .float flonums7.30 .func name[,label].func7.31 .global symbol,.globl symbol7.32 .hidden names
7.33 .hword expressions7.34 .ident7.35 .if absolute expression7.36 .incbin "file"[,skip[,count]]7.37 .include "file"7.38 .int expressions7.39 .internal names
7.40 .irp symbol,values...7.41 .irpc symbol,values...7.42 .lcomm symbol , length7.43 .lflags7.44 .line line-number
7.46 .ln line-number7.45 .linkonce [type]7.48 .list7.49 .long expressions
7.50 .macro.macro name args...7.47 .mri val7.51 .nolist7.52 .octa bignums7.53 .org new-lc , fill7.54 .p2align[wl] abs-expr, abs-expr, abs-expr.p2align abs-expr , abs-expr7.56 .popsection7.55 .previous
7.57 .print string7.58 .protected names
7.59 .psize lines , columns7.60 .purgem name7.61 .pushsection name , subsection.pushsection name
7.62 .quad bignums7.63 .rept count7.64 .sbttl "subheading"7.65 .scl class7.66 .section name(COFF version).section name, subsection
7.77 .string"str".string "str"7.78 .struct expression7.79 .subsection name.subsection7.80 .symver.symver name,name2@nodename
7.81 .tag structname
7.82 .text subsection7.83 .title "heading"7.84 .type int(COFF version).type <int | name , type description>7.86 .uleb128 expressions7.87 .val addr
7.88 .version "string"7.89 .vtable_entry table, offset7.90 .vtable_inherit child, parent7.91 .weak names
7.92 .word expressions7.93 Deprecated Directives
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |