<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'reverse the string using recursion' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'reverse the string using recursion' posted on the 'Assembler Developer' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 15:58:10 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 15:58:10 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>reverse the string using recursion</title>
      <link>http://www.programmersheaven.com/mb/pharabee/426474/426474/reverse-the-string-using-recursion/</link>
      <description>Good, I'm doing a work in assembley.&lt;br /&gt;
where I have to reverse the string using recursion:&lt;br /&gt;
Only by using the following commands:&lt;br /&gt;
- LOCO, LODD, ADDD ,SUBD, LODL, ADDL, SUBL ,PUSH, POP, PSHI , POPI, CALL, Retn...  &lt;br /&gt;
&lt;br /&gt;
string: .string "hello world" &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
main:&lt;br /&gt;
.&lt;br /&gt;
...&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
rec: # recursive function that I will reverse the string!&lt;br /&gt;
&lt;br /&gt;
ps: Already have a print function that does the string, etc ...&lt;br /&gt;
Objective: To appear in the output "dlrow ollew"&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
someone help me? Thank-_ _&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pharabee/426474/426474/reverse-the-string-using-recursion/</guid>
      <pubDate>Mon, 19 Dec 2011 14:46:31 -0700</pubDate>
      <category>Assembler Developer</category>
    </item>
    <item>
      <title>Re: reverse the string using recursion</title>
      <link>http://www.programmersheaven.com/mb/pharabee/426474/427557/re-reverse-the-string-using-recursion/#427557</link>
      <description>You still need help on this? What kind of assembler Your using for it. and what processor</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pharabee/426474/427557/re-reverse-the-string-using-recursion/#427557</guid>
      <pubDate>Tue, 21 Feb 2012 16:24:42 -0700</pubDate>
      <category>Assembler Developer</category>
    </item>
  </channel>
</rss>