.dl

Initiates a long-oriented data block. May be used in data structures only.

Example 1, Data structure in Flash:

data test
  .dl 1,2,12345,&h4711aabc
enddata

Example 2, Data structure in eeprom:

eeprom test
  .dl 1,2,12345,&h4711aabc
endeeprom