.short
.short
is normally the same as .word.
See
.word
.
In some configurations, however, .short
and .word
generate
numbers of different lengths. See Machine Dependencies.
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.