Assembler : Directives : WORD

WORD - Store constant data words in memory (same as DW).

Example :
  

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

See also Db, DW, BYTE.