Using an external ARM GCC toolchain
7.1 .abort
7.2 .ABORT (COFF)
7.3 .align [abs-expr[, abs-expr[, abs-expr]]]
7.4 .altmacro
7.5 .ascii "string"?
7.6 .asciz "string"?
7.7 .attach_to_group name
7.8 .balign[wl] [abs-expr[, abs-expr[, abs-expr]]]
7.9 .bss subsection
7.11 .byte expressions
7.12.1 .cfi_sections section_list
7.12.2 .cfi_startproc [simple]
7.12.3 .cfi_endproc
7.12.4 .cfi_personality encoding [, exp]
7.12.5 .cfi_personality_id id
7.12.6 .cfi_fde_data [opcode1 [, ?]]
7.12.7 .cfi_lsda encoding [, exp]
7.12.8 .cfi_inline_lsda [align]
7.12.9 .cfi_def_cfa register, offset
7.12.10 .cfi_def_cfa_register register
7.12.11 .cfi_def_cfa_offset offset
7.12.12 .cfi_adjust_cfa_offset offset
7.12.13 .cfi_offset register, offset
7.12.14 .cfi_val_offset register, offset
7.12.15 .cfi_rel_offset register, offset
7.12.16 .cfi_register register1, register2
7.12.17 .cfi_restore register
7.12.18 .cfi_undefined register
7.12.19 .cfi_same_value register
7.12.20 .cfi_remember_state and .cfi_restore_state
7.12.21 .cfi_return_column register
7.12.22 .cfi_signal_frame
7.12.23 .cfi_window_save
7.12.24 .cfi_escape expression[, ?]
7.12.25 .cfi_val_encoded_addr register, encoding, label
7.13 .comm symbol , length
7.14 .data subsection
7.15 .dc[size] expressions
7.16 .dcb[size] number [,fill]
7.17 .ds[size] number [,fill]
7.18 .def name
7.19 .desc symbol, abs-expression
7.20 .dim
7.21 .double flonums
7.22 .eject
7.23 .else
7.24 .elseif
7.25 .end
7.26 .endef
7.27 .endfunc
7.28 .endif
7.29 .equ symbol, expression
7.30 .equiv symbol, expression
7.31 .eqv symbol, expression
7.32 .err
7.33 .error "string"
7.34 .exitm
7.35 .extern
7.36 .fail expression
7.37 .file
7.38 .fill repeat , size , value
7.39 .float flonums
7.40 .func name[,label]
7.41 .global symbol, .globl symbol
7.42 .gnu_attribute tag,value
7.43 .hidden names
7.44 .hword expressions
7.45 .ident
7.46 .if absolute expression
7.47 .incbin "file"[,skip[,count]]
7.48 .include "file"
7.49 .int expressions
7.50 .internal names
7.51 .irp symbol,values?
7.52 .irpc symbol,values?
7.53 .lcomm symbol , length
7.54 .lflags
7.55 .line line-number
7.56 .linkonce [type]
7.57 .list
7.58 .ln line-number
7.59 .loc fileno lineno [column] [options]
7.60 .loc_mark_labels enable
7.61 .local names
7.62 .long expressions
7.63 .macro
7.64 .mri val
7.65 .noaltmacro
7.66 .nolist
7.67 .nop [size]
7.68 .nops size[, control]
7.69 .octa bignums
7.70 .offset loc
7.71 .org new-lc , fill
7.72 .p2align[wl] [abs-expr[, abs-expr[, abs-expr]]]
7.73 .popsection
7.74 .previous
7.75 .print string
7.76 .protected names
7.77 .psize lines , columns
7.78 .purgem name
7.79 .pushsection name [, subsection] [, "flags"[, @type[,arguments]]]
7.80 .quad expressions
7.81 .reloc offset, reloc_name[, expression]
7.82 .rept count
7.83 .sbttl "subheading"
7.84 .scl class
7.85 .section name
7.86 .set symbol, expression
7.87 .short expressions
7.88 .single flonums
7.89 .size
7.90 .skip size [,fill]
7.91 .sleb128 expressions
7.92 .space size [,fill]
7.93 .stabd, .stabn, .stabs
7.94 .string "str", .string8 "str", .string16
7.95 .struct expression
7.96 .subsection name
7.97 .symver
7.98 .tag structname
7.99 .text subsection
7.100 .title "heading"
7.101 .tls_common symbol, length[, alignment]
7.102 .type
7.103 .uleb128 expressions
7.104 .val addr
7.105 .version "string"
7.106 .vtable_entry table, offset
7.107 .vtable_inherit child, parent
7.108 .warning "string"
7.109 .weak names
7.110 .weakref alias, target
7.111 .word expressions
7.112 .zero size
7.113 .2byte expression [, expression]*
7.114 .4byte expression [, expression]*
7.115 .8byte expression [, expression]*
7.116 Deprecated Directives
11 Acknowledgements
Appendix A GNU Free Documentation License
AS Index