<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="http://forum.robosavvy.com/feed.php?f=5&amp;t=6613" />

<title>RoboSavvy Forum</title>
<subtitle>Robosavvy Forum: The largest online community of Humanoid Robot Builders</subtitle>
<link href="http://forum.robosavvy.com/index.php" />
<updated>2010-09-30T12:54:59+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=6613</id>
<entry>
<author><name><![CDATA[Fritzoid]]></name></author>
<updated>2010-09-30T12:54:59+01:00</updated>
<published>2010-09-30T12:54:59+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6613&amp;p=28315#p28315</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6613&amp;p=28315#p28315"/>
<title type="html"><![CDATA[Embedded assembler programming]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6613&amp;p=28315#p28315"><![CDATA[
limor wrote:<blockquote class="uncited"><div><br />it would be great if you can take the output assembler from gcc compiled C code and then run a shell script that will massage that auto-generated assembler to fit your framework..<br /></div></blockquote><br /><br />It would be nicer still to just compile to a useable HEX file.  The problem I have is with the GCC compiler.  The Robotis firmware was created (I assume) using a compiler with different calling conventions than those used by GCC.  In a nutshell, the Bioloid firmware allocates registers in a call sequence from r16 upwards while GCC allocates registers from r26 (or something) downward.  Maybe someone around here knows how to get around this, I haven't been successful yet.<br /><br />UncleBob wrote:<blockquote class="uncited"><div><br />any readme.txt<br /></div></blockquote><br />Take a look at BioCode.faq that should help.  I'm interested in making the process as easy a possible so user feedback is welcome.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=438">Fritzoid</a> — Thu Sep 30, 2010 12:54 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[UncleBob]]></name></author>
<updated>2010-09-30T11:27:15+01:00</updated>
<published>2010-09-30T11:27:15+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6613&amp;p=28314#p28314</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6613&amp;p=28314#p28314"/>
<title type="html"><![CDATA[readme]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6613&amp;p=28314#p28314"><![CDATA[
any readme.txt for a dummy like me ?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1861">UncleBob</a> — Thu Sep 30, 2010 11:27 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2010-09-29T23:01:38+01:00</updated>
<published>2010-09-29T23:01:38+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6613&amp;p=28309#p28309</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6613&amp;p=28309#p28309"/>
<title type="html"><![CDATA[Embedded assembler programming]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6613&amp;p=28309#p28309"><![CDATA[
I had a look at the files and realized that when you said Assembler you really meant it. Assembler not for everybody. it would be great if you can take the output assembler from gcc compiled C code and then run a shell script that will massage that auto-generated assembler to fit your framework..<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Wed Sep 29, 2010 11:01 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[bluecat]]></name></author>
<updated>2010-09-29T20:54:12+01:00</updated>
<published>2010-09-29T20:54:12+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6613&amp;p=28308#p28308</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6613&amp;p=28308#p28308"/>
<title type="html"><![CDATA[Embedded assembler programming]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6613&amp;p=28308#p28308"><![CDATA[
Grabbed a copy, Thank YOU!<br /><img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2194">bluecat</a> — Wed Sep 29, 2010 8:54 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Fritzoid]]></name></author>
<updated>2010-09-29T12:14:40+01:00</updated>
<published>2010-09-29T12:14:40+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6613&amp;p=28304#p28304</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6613&amp;p=28304#p28304"/>
<title type="html"><![CDATA[Embedded assembler programming]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6613&amp;p=28304#p28304"><![CDATA[
The BioCode archive has just been updated!  <br /><br />The new archive includes a complete assembler language translation of the Robotis demonstration program HumanoidTypeA.  <br /><br />That's right, now your embedded programs can have direct access to the world famous &quot;Walking Machine&quot;.<br /><br />With the addition of the new sample program Humanoid_A.asm, BioCode becomes the first fully functional out-of-the-box embedded programming solution for Bioloid development.   Now you can move beyond the limitations of RoboPlus Task without having to sacrifice the functionality RoboPlus Manage or RoboPlus Motion. <br /><br />If you are serious about controlling humanoid robots and you don't have time write a whole bunch of supporting code then you really should take a look at BioCode.<br /><br />You can pickup a copy of BioCode.zip at:<br /><br /><a href="http://robosavvy.com/Builders/Fritzoid/" class="postlink">http://robosavvy.com/Builders/Fritzoid/</a><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=438">Fritzoid</a> — Wed Sep 29, 2010 12:14 pm</p><hr />
]]></content>
</entry>
</feed>