$NOINIT
From MCS Wiki AVR
(Difference between revisions)
(Created page with "= <span class="f_Header">Action</span> = Instruct the compiler to generate code without initialization code. <span style="font-family: Arial;"> </span> <span style="fo...") |
|||
Line 36: | Line 36: | ||
<span style="font-family: Arial;">NONE</span> | <span style="font-family: Arial;">NONE</span> | ||
+ | |||
+ | <span style="font-family: Arial;"></span> | ||
+ | |||
+ | <span style="font-family: Arial;">{{Languages}}</span> | ||
+ | |||
+ | [[Category:BASCOM_Language_Reference]] |
Latest revision as of 22:52, 6 February 2013
Contents |
Action
Instruct the compiler to generate code without initialization code.
Syntax
$NOINIT
Remarks
$NOINIT is only needed in rare situations. It will instruct the compiler not to add initialization code. But that means that you need to write your own code then.
$NOINIT was added in order to support boot loaders. But the new $LOADER directive can better be used as it does not require special ASM knowledge.
See also
Example
NONE
Languages | English • Deutsch |
---|