<?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>How can I watch the internal ram data in simulation under UV3 IDE?</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/18715/how-can-i-watch-the-internal-ram-data-in-simulation-under-uv3-ide</link><description> I write a program in asm,so I just want to watch the data in internal ram (0x00 - 0xff) 
 
but I found KEIL UV3 IDE can only watch the external ram and the varible in C in simulation by memeory window and watch window! 
 
Then how can I watch the internal</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: How can I watch the internal ram data in simulation under UV3 IDE?</title><link>https://community.arm.com/thread/73128?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2005 19:40:26 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:c0bdbd8a-9129-4fb3-bd3a-b86c85e92fa7</guid><dc:creator>G Richard</dc:creator><description>&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I watch the internal ram data in simulation under UV3 IDE?</title><link>https://community.arm.com/thread/43775?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2005 10:49:29 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:39cc7e36-86c6-4db3-bf2c-4914cea74eae</guid><dc:creator>Jon Ward</dc:creator><description>&lt;p&gt;There are several memory areas on the 8051.  In the uVision Debugger, when you specify an address you must also specify a memory area.  This is done using the memory type prefix.  For example:&lt;br /&gt;
&lt;br /&gt;
X:0x0000 is address 0x0000 in XDATA&lt;br /&gt;
D:0x00 is address 0x00 in DATA&lt;br /&gt;
I:0x00 is address 0x00 in IDATA&lt;br /&gt;
P:0x00 is address 0x00 in PDATA&lt;br /&gt;
C:0x0000 is address 0x0000 in CODE/PROGRAM memory&lt;br /&gt;
&lt;br /&gt;
If you don&amp;#39;t specify a prefix, you probably don&amp;#39;t get what you want.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Jon&lt;/b&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>