DE - Declare EEPROM Data Byte
Syntax
[<label>] de <expr> [, <expr>, ..., <expr>]
Description
Although designed for initializing EEPROM data on the PIC16F8X, the directive can be used at any location for any processor.
PIC18XXXX
Reserve memory word bytes are packed.
When using
de
, make sure to specify the start of data memory at 0xF00000 for use with programmers.Other PICmicro's
Reserve memory words with 8-bit data. Each
<expr>
must evaluate to an 8-bit value. The upper bits of the program word are zeroes. Each character in a string is stored in a separate word.When using
de
, make sure to specify the start of data memory at 0x2100 for use with programmers.Example
org H'2100' ; Initialize EEPROM Data
de "My Program, v1.0", 0
See Also
Microchip Technology Inc. Microchip's Web Site Voice: (480) 792-7200 Fax: (480) 899-9210 Microchip's E-mail Address |