$NOINIT/de

From MCS Wiki AVR
< $NOINIT(Difference between revisions)
Jump to: navigation, search
 
m (1 revision)
 

Latest revision as of 20:07, 15 February 2013

Contents

= (**COPIED FROM ENGLISH PAGE**) === 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

$LOADER

 

 

Example

NONE

Languages   English Deutsch  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language