<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Memory Initialization Routine</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/41522/memory-initialization-routine</link><description> 
Does anyone know what C-code source, header or library file gets
compiled to generate the following memory initialization code using a
Program Counter (PC) data table for the 8051? And what is the purpose
and intended function of this table--how is</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Memory Initialization Routine</title><link>https://community.arm.com/thread/65363?ContentTypeID=1</link><pubDate>Thu, 23 Feb 2017 10:10:03 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:789c3bef-fdb3-4a69-8ebf-30f6f38b74d0</guid><dc:creator>&amp;#178;erik malund</dc:creator><description>&lt;p&gt;&lt;p&gt;
&lt;i&gt;Does anyone know what C-code source, header or library file
gets compiled to generate the following memory initialization
code&lt;/i&gt;&lt;br /&gt;
neither it is generated from scratch&lt;/p&gt;

&lt;p&gt;
&lt;i&gt;hat is the purpose and intended function of this table&lt;/i&gt;&lt;br /&gt;
how else would something like&lt;/p&gt;

&lt;pre&gt;
void main (void
{
unsigned char whatever = 7;
&lt;/pre&gt;

&lt;p&gt;
&lt;br /&gt;
get &amp;#39;whatever&amp;#39; initialized to 7&lt;/p&gt;

&lt;p&gt;
&lt;i&gt;--how is it commonly used?&lt;/i&gt;&lt;br /&gt;
it is automatically included&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>