Using
The GNU Assembler
for the family
January 1994
Dean Elsner, Jay Fenlason & friends
- Overview
- Command-Line Options
- Syntax
- Sections and Relocation
- Symbols
- Expressions
- Assembler Directives
.abort
.align abs-expr, abs-expr, abs-expr
.app-file string
.ascii "string"...
.asciz "string"...
.balign[wl] abs-expr, abs-expr, abs-expr
.byte expressions
.comm symbol , length
.data subsection
.double flonums
.eject
.else
.endif
.equ symbol, expression
.equiv symbol, expression
.err
.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
.linkonce [type]
.ln line-number
.mri val
.list
.long expressions
.macro
.nolist
.octa bignums
.org new-lc , fill
.p2align[wl] abs-expr, abs-expr, abs-expr
.psize lines , columns
.quad bignums
.rept count
.sbttl "subheading"
.section name
.set symbol, expression
.short expressions
.single flonums
.skip size , fill
.space size , fill
.stabd, .stabn, .stabs
.string "str"
.text subsection
.title "heading"
.word expressions
- Deprecated Directives
- Reporting Bugs
- Acknowledgements
- Index