.hword
This expects zero or more expressions, and emits a 16 bit number for each.
This directive is a synonym for .short; depending on the target architecture, it may also be a synonym for .word.
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.