DD

Define constant double-word(s) in program memory and EEPROM.

This directive is very similar to the DW directive, except it is used to define 32-bit (double-word). The data layout in memory is strictly little-endian.

Syntax
LABEL: .DD expressionlist
Example
.CSEG 
varlist: .DD 0, 0xfadebabe, -2147483648, 1 << 30