<?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>Assembly Language Programming On Keil</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/41523/assembly-language-programming-on-keil</link><description> 
Suppose &amp;#36;t0 stores the base address of word array A and &amp;#36;s0 is
associated with h, plz convert A[240] = A[240+h] to MIPS assembly
code. Thank you. 
 </description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Assembly Language Programming On Keil</title><link>https://community.arm.com/thread/93933?ContentTypeID=1</link><pubDate>Fri, 03 Mar 2017 01:58:57 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:e66932fe-ea9c-4d9c-af55-a1321e7e4775</guid><dc:creator>A Piscarius</dc:creator><description>&lt;p&gt;&lt;p&gt;
HI&lt;/p&gt;

&lt;p&gt;
here is some code&lt;/p&gt;

&lt;pre&gt;
ld &amp;#36;v0, &amp;#36;s0 .plus. 240
xplg
st &amp;#36;s0, &amp;#36;v0
&lt;/pre&gt;

&lt;p&gt;
this is code for another cpu processor. not c51. not arm. not
mips. not pic. very easy to convert to mips.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Assembly Language Programming On Keil</title><link>https://community.arm.com/thread/65392?ContentTypeID=1</link><pubDate>Thu, 02 Mar 2017 14:04:53 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:2900b5e5-ec79-4e71-b6bb-3326c6fe9969</guid><dc:creator>HansBernhard Broeker</dc:creator><description>&lt;p&gt;&lt;p&gt;
That&amp;#39;s &lt;b&gt;your&lt;/b&gt; homework. So &lt;b&gt;you&lt;/b&gt; do it! Who knows, maybe
a miracle will happen and you&amp;#39;ll actually learn something in the
process.&lt;/p&gt;

&lt;p&gt;
For starters it might be important to figure out the difference
between a MIPS and any of the CPUs this company makes tools
for...&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>