Assembler : Directives : DW

DW - Store constant data words in memory.

Example :
  

 data:     .dw 0x0100,0x0200,0x0400,0x0800

See also DB, BYTE, WORD.