$NOINIT

From MCS Wiki AVR
Revision as of 22:48, 6 February 2013 by Admin (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language