$EEPLEAVE
From MCS Wiki AVR
(Difference between revisions)
(Created page with "<div id="idcontent"><div id="innerdiv"> = <span class="f_Header">Action</span><br/> = Instructs the compiler not to recreate or erase the EEP file. <span style="font-family:...") |
|||
Line 42: | Line 42: | ||
− | {{ | + | {{Languages}} |
− | [[Category: | + | [[Category:BASCOM Language Reference]] |
− | + |
Latest revision as of 22:33, 31 January 2013
Contents |
Action
Instructs the compiler not to recreate or erase the EEP file.
Syntax
$EEPLEAVE
Remarks
When you want to store data in the EEPROM, and you use an external tool to create the EEP file, you can use the $EEPLEAVE directive.
Normally the EEP file will be created or erased, but this directive will not touch any existing EEP file.
Otherwise you would erase an existing EEP file, created with another tool.
See also
Example
NONE
Languages | English • Deutsch |
---|