.dual
d.
prefix.
.enddual
d.
prefix.
.atmp
r31
.
The .dual
, .enddual
, and .atmp
directives are available only in the Intel syntax mode.
Both syntaxes allow for the standard .align
directive. However,
the Intel syntax additionally allows keywords for the alignment
parameter: ".align type
", where `type' is one of .short
, .long
,
.quad
, .single
, .double
representing alignments of 2, 4,
16, 4, and 8, respectively.
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.