uaword
ualong
as
will issue a warning when a misaligned .word
or
.long
directive is used. You may use .uaword
or
.ualong
to indicate that the value is intentionally misaligned.
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.