$NOINIT

From MCS Wiki AVR
Jump to: navigation, search

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

$LOADER

 

 

Example

NONE

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