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 Machine Dependent Features.
.abort
.ABORT
.align abs-expr
, abs-expr
.app-file string
.ascii "string
"...
.asciz "string
"...
.balign abs-expr
, abs-expr
.byte expressions
.comm symbol
, length
.data subsection
.def name
.desc symbol
, abs-expression
.dim
.double flonums
.eject
.else
.endef
.endif
.equ symbol
, expression
.extern
.file string
.fill repeat
, size , value
.float flonums
.global symbol
, .globl symbol
.hword expressions
.ident
.if absolute expression
.include "file
"
.int expressions
.irp symbol
,values...
.irpc symbol
,values...
.lcomm symbol
, length
.lflags
.line line-number
.ln line-number
.list
.long expressions
.macro name
args...
.nolist
.octa bignums
.org new-lc
, fill
.p2align abs-expr
, abs-expr
.psize lines
, columns
.quad bignums
.rept count
.sbttl "subheading
"
.scl class
.section name
, subsection
.set symbol
, expression
.short expressions
.single flonums
.size
.space size
, fill
.stabd, .stabn, .stabs
.string "str
"
.tag structname
.text subsection
.title "heading
"
.type int
.val addr
.word expressions