.dw
Initiates a Word-oriented data block. May be used in data structures only.
Example 1, Data structure in Flash:
data test .dw 1,2,12345,&h4711 enddata
Example 2, Data structure in eeprom:
eeprom test .dw 1,2,12345,&h4711 endeeprom
en:dw
Initiates a Word-oriented data block. May be used in data structures only.
Example 1, Data structure in Flash:
data test .dw 1,2,12345,&h4711 enddata
Example 2, Data structure in eeprom:
eeprom test .dw 1,2,12345,&h4711 endeeprom