.dt

Initiates a triple-oriented data block (3 bytes). May be used in data structures only.

Example 1, Data structure in Flash:

data test
  .dt 1,2,12345,&h4711aa
enddata

Example 2, Data structure in eeprom:

eeprom test
  .dt 1,2,12345,&h4711aa
endeeprom