$NOINIT
(Difference between revisions)
Admin (Talk | contribs)
(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...")
Newer edit →
(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...")
Newer edit →
Revision as of 22:48, 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