<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>rec.games.corewar Google Group</title>
  <link>http://groups.google.co.uk/group/rec.games.corewar</link>
  <description>The Core War computer challenge.</description>
  <language>en</language>
  <item>
  <title>Re: Modifying pmars.</title>
  <link>http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/0821861c6d9e6932/95cab92e7f32a2d2?show_docid=95cab92e7f32a2d2</link>
  <description>
  Ok, &lt;br&gt; It&#39;s coming along nicely... it will probably be done tomorrow. &lt;br&gt; There are some little quircks... but I guess corewars programmers are used &lt;br&gt; to that... &lt;br&gt; 7999 = -1 &lt;br&gt; And it screws the mod 8000 or mod 19 or whatever... for all the opcodes... &lt;br&gt; so that needs getting used to... but that should do... &lt;br&gt; It&#39;s cool... this is gonna be a powerfull extension me thinks ! ;) :)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/0821861c6d9e6932/95cab92e7f32a2d2?show_docid=95cab92e7f32a2d2</guid>
  <author>
  bloodysh...@hotmail.com
  (Skybuck Flying)
  </author>
  <pubDate>Sun, 12 Dec 2009 07:02:36 UT
</pubDate>
  </item>
  <item>
  <title>Re: Modifying pmars.</title>
  <link>http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/0821861c6d9e6932/70649ff1e733a0fc?show_docid=70649ff1e733a0fc</link>
  <description>
  Well... my progress was a bit delayed, because first I had to make a nice &lt;br&gt; little video for a dutch top model HIHIHIH YEAHAHAHAHAHAHAH, enjoy it here: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.youtube.com/watch?v=ujW7hVMIE3w&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; I had much fun making it and watching it HIHIHIHI YEAHAHAHAHAHAHA =D &lt;br&gt; Bye, &lt;br&gt; Skybuck ;) =D
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/0821861c6d9e6932/70649ff1e733a0fc?show_docid=70649ff1e733a0fc</guid>
  <author>
  bloodysh...@hotmail.com
  (Skybuck Flying)
  </author>
  <pubDate>Sat, 12 Dec 2009 22:43:57 UT
</pubDate>
  </item>
  <item>
  <title>Re: Modifying pmars.</title>
  <link>http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/0821861c6d9e6932/c1ffb7f88922df9d?show_docid=c1ffb7f88922df9d</link>
  <description>
  I shall add these modifiers, if successfull, then you can play with them. &lt;br&gt; I shall build executable for Windows. &lt;br&gt; If you one linux then you can receive sources but then you have to build it &lt;br&gt; yourself. &lt;br&gt; Following modifiers will be added: &lt;br&gt; .c &lt;br&gt; .m &lt;br&gt; .ma &lt;br&gt; .mb &lt;br&gt; Bye, &lt;br&gt; Skybuck.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/0821861c6d9e6932/c1ffb7f88922df9d?show_docid=c1ffb7f88922df9d</guid>
  <author>
  bloodysh...@hotmail.com
  (Skybuck Flying)
  </author>
  <pubDate>Sat, 12 Dec 2009 17:50:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: Modifying pmars.</title>
  <link>http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/0821861c6d9e6932/885af290c8f6b6ca?show_docid=885af290c8f6b6ca</link>
  <description>
  Ok, &lt;br&gt; So let&#39;s do that: &lt;br&gt; Time to examine all instructions: &lt;br&gt; // these numbers from my own core executor not necessarily match with &lt;br&gt; pmars... &lt;br&gt; // but for sake of discussion this will do for now: &lt;br&gt; I_DAT = 0, &lt;br&gt; I_MOV = 1, &lt;br&gt; I_ADD = 2, &lt;br&gt; I_SUB = 3, &lt;br&gt; I_MUL = 4, &lt;br&gt; I_DIV = 5, &lt;br&gt; I_MOD = 6, &lt;br&gt; I_JMP = 7, &lt;br&gt; I_JMZ = 8,
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/0821861c6d9e6932/885af290c8f6b6ca?show_docid=885af290c8f6b6ca</guid>
  <author>
  bloodysh...@hotmail.com
  (Skybuck Flying)
  </author>
  <pubDate>Sat, 12 Dec 2009 17:39:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: Modifying pmars.</title>
  <link>http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/0821861c6d9e6932/49d68f829d42a75b?show_docid=49d68f829d42a75b</link>
  <description>
  Ok, &lt;br&gt; I shall work out the other instructions as well for full specification for &lt;br&gt; &amp;quot;pmars 2009 extension&amp;quot; ;) &lt;br&gt; 1. Mutate Code (MTC) is done. &lt;br&gt; To be done: &lt;br&gt; 2. Mutate Modifier (MTM) &lt;br&gt; 3. Mutate Addressing (MTA) &lt;br&gt; 4. Reset Code List (RCL) &lt;br&gt; 5. Reset Modifier List (RCM) &lt;br&gt; 6. Reset Addressing List (RAL) &lt;br&gt; I am not so sure about 4,5 and 6... what would be benefit of such lists ?!?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/0821861c6d9e6932/49d68f829d42a75b?show_docid=49d68f829d42a75b</guid>
  <author>
  bloodysh...@hotmail.com
  (Skybuck Flying)
  </author>
  <pubDate>Sat, 12 Dec 2009 17:19:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: Modifying pmars.</title>
  <link>http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/0821861c6d9e6932/a0f3911b84b7fabd?show_docid=a0f3911b84b7fabd</link>
  <description>
  I think the idea needs to be worked out a little bit more and be more &lt;br&gt; writing like a specification. &lt;br&gt; I will give it a try and then maybe you can overlook it, see if I missed &lt;br&gt; anything or if you want anything changed. &lt;br&gt; So here goes, first of all I want the following &amp;quot;features/capabilities&amp;quot; of &lt;br&gt; such a change to pmars to be as powerfull as it can be:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/0821861c6d9e6932/a0f3911b84b7fabd?show_docid=a0f3911b84b7fabd</guid>
  <author>
  bloodysh...@hotmail.com
  (Skybuck Flying)
  </author>
  <pubDate>Sat, 12 Dec 2009 16:51:52 UT
</pubDate>
  </item>
  <item>
  <title>Modifying pmars.</title>
  <link>http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/0821861c6d9e6932/f5df14d3eecc7838?show_docid=f5df14d3eecc7838</link>
  <description>
  I&#39;m looking to modify pmars to add the MTS, MTD, LST, and RST opcodes &lt;br&gt; I suggested a few months back, as well as the instruction permutation &lt;br&gt; list that these opcodes would use. The problem is that I&#39;m not &lt;br&gt; familiar with C, nor with the source code of pMars. I think I &lt;br&gt; understand the general drift of the source code well enough that I
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/0821861c6d9e6932/f5df14d3eecc7838?show_docid=f5df14d3eecc7838</guid>
  <author>
  jon.br...@gmail.com
  (Rimbecano)
  </author>
  <pubDate>Fri, 12 Dec 2009 20:59:23 UT
</pubDate>
  </item>
  <item>
  <title>KOTH.ORG: Status - Standard 11/30/09</title>
  <link>http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/ae6bdfa74917dc3b/83a880be153e031c?show_docid=83a880be153e031c</link>
  <description>
  Weekly Status on 11/30/09 &lt;br&gt; &lt;p&gt;-=- irc.KOTH.org is up! Meetings held in #corewars &lt;br&gt; -=- Please use port 6669, not the default 6667 &lt;br&gt; -=- Tons of new features on &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.KOTH.org/koth.html&quot;&gt;[link]&lt;/a&gt; pages &lt;br&gt; -=- *FAQ* page located at: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.KOTH.org/corewar-faq.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Current Status of the KOTH.ORG Standard KotH CoreWar Hill :
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/ae6bdfa74917dc3b/83a880be153e031c?show_docid=83a880be153e031c</guid>
  <author>
  k...@koth.org
  </author>
  <pubDate>Wed, 12 Dec 2009 02:51:25 UT
</pubDate>
  </item>
  <item>
  <title>KOTH.ORG: Status - MultiWarrior 94 11/30/09</title>
  <link>http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/800f76158a8aeb24/4a917a982130fd08?show_docid=4a917a982130fd08</link>
  <description>
  Weekly Status on 11/30/09 &lt;br&gt; &lt;p&gt;-=- irc.KOTH.org is up! Meetings held in #corewars &lt;br&gt; -=- Please use port 6669, not the default 6667 &lt;br&gt; -=- Tons of new features on &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.KOTH.org/koth.html&quot;&gt;[link]&lt;/a&gt; pages &lt;br&gt; -=- *FAQ* page located at: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.KOTH.org/corewar-faq.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Current Status of the KOTH.ORG Multiwarrior 94 CoreWar Hill:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/800f76158a8aeb24/4a917a982130fd08?show_docid=4a917a982130fd08</guid>
  <author>
  k...@koth.org
  </author>
  <pubDate>Wed, 12 Dec 2009 02:51:12 UT
</pubDate>
  </item>
  <item>
  <title>KOTH.ORG: Status - ICWS Experimental 94 11/30/09</title>
  <link>http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/5de7d5b8204e392f/62ca9117d4ec6e09?show_docid=62ca9117d4ec6e09</link>
  <description>
  Weekly Status on 11/30/09 &lt;br&gt; &lt;p&gt;-=- irc.KOTH.org is up! Meetings held in #corewars &lt;br&gt; -=- Please use port 6669, not the default 6667 &lt;br&gt; -=- Tons of new features on &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.KOTH.org/koth.html&quot;&gt;[link]&lt;/a&gt; pages &lt;br&gt; -=- *FAQ* page located at: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.KOTH.org/corewar-faq.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Current Status of the KOTH.ORG ICWS Experimental 94 CoreWar Hill:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/5de7d5b8204e392f/62ca9117d4ec6e09?show_docid=62ca9117d4ec6e09</guid>
  <author>
  k...@koth.org
  </author>
  <pubDate>Wed, 12 Dec 2009 02:51:00 UT
</pubDate>
  </item>
  <item>
  <title>KOTH.ORG: Status - 94 No Pspace 11/30/09</title>
  <link>http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/64882196c18a3c0d/2c37d6b45c82bb60?show_docid=2c37d6b45c82bb60</link>
  <description>
  Weekly Status on 11/30/09 &lt;br&gt; &lt;p&gt;-=- irc.KOTH.org is up! Meetings held in #corewars &lt;br&gt; -=- Please use port 6669, not the default 6667 &lt;br&gt; -=- Tons of new features on &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.KOTH.org/koth.html&quot;&gt;[link]&lt;/a&gt; pages &lt;br&gt; -=- *FAQ* page located at: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.KOTH.org/corewar-faq.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Current Status of the KOTH.ORG 94 No Pspace CoreWar Hill:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/64882196c18a3c0d/2c37d6b45c82bb60?show_docid=2c37d6b45c82bb60</guid>
  <author>
  k...@koth.org
  </author>
  <pubDate>Wed, 12 Dec 2009 02:50:38 UT
</pubDate>
  </item>
  <item>
  <title>KOTH.ORG: Status - 94 No Pspace 11/23/09</title>
  <link>http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/91d77661c4b3e4eb/c6a0589691d4f270?show_docid=c6a0589691d4f270</link>
  <description>
  Weekly Status on 11/23/09 &lt;br&gt; &lt;p&gt;-=- irc.KOTH.org is up! Meetings held in #corewars &lt;br&gt; -=- Please use port 6669, not the default 6667 &lt;br&gt; -=- Tons of new features on &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.KOTH.org/koth.html&quot;&gt;[link]&lt;/a&gt; pages &lt;br&gt; -=- *FAQ* page located at: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.KOTH.org/corewar-faq.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Current Status of the KOTH.ORG 94 No Pspace CoreWar Hill:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/91d77661c4b3e4eb/c6a0589691d4f270?show_docid=c6a0589691d4f270</guid>
  <author>
  k...@koth.org
  </author>
  <pubDate>Thu, 11 Nov 2009 02:03:45 UT
</pubDate>
  </item>
  <item>
  <title>KOTH.ORG: Status - ICWS Experimental 94 11/23/09</title>
  <link>http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/507c846bd6c39d04/f60abaf7d30123b1?show_docid=f60abaf7d30123b1</link>
  <description>
  Weekly Status on 11/23/09 &lt;br&gt; &lt;p&gt;-=- irc.KOTH.org is up! Meetings held in #corewars &lt;br&gt; -=- Please use port 6669, not the default 6667 &lt;br&gt; -=- Tons of new features on &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.KOTH.org/koth.html&quot;&gt;[link]&lt;/a&gt; pages &lt;br&gt; -=- *FAQ* page located at: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.KOTH.org/corewar-faq.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Current Status of the KOTH.ORG ICWS Experimental 94 CoreWar Hill:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/507c846bd6c39d04/f60abaf7d30123b1?show_docid=f60abaf7d30123b1</guid>
  <author>
  k...@koth.org
  </author>
  <pubDate>Thu, 11 Nov 2009 02:03:37 UT
</pubDate>
  </item>
  <item>
  <title>KOTH.ORG: Status - MultiWarrior 94 11/23/09</title>
  <link>http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/7413d6ee5d5eb85f/28b66c7d3fa75462?show_docid=28b66c7d3fa75462</link>
  <description>
  Weekly Status on 11/23/09 &lt;br&gt; &lt;p&gt;-=- irc.KOTH.org is up! Meetings held in #corewars &lt;br&gt; -=- Please use port 6669, not the default 6667 &lt;br&gt; -=- Tons of new features on &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.KOTH.org/koth.html&quot;&gt;[link]&lt;/a&gt; pages &lt;br&gt; -=- *FAQ* page located at: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.KOTH.org/corewar-faq.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Current Status of the KOTH.ORG Multiwarrior 94 CoreWar Hill:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/7413d6ee5d5eb85f/28b66c7d3fa75462?show_docid=28b66c7d3fa75462</guid>
  <author>
  k...@koth.org
  </author>
  <pubDate>Thu, 11 Nov 2009 02:03:25 UT
</pubDate>
  </item>
  <item>
  <title>KOTH.ORG: Status - Standard 11/23/09</title>
  <link>http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/1e1d50407d672b89/1942a24d0bc14429?show_docid=1942a24d0bc14429</link>
  <description>
  Weekly Status on 11/23/09 &lt;br&gt; &lt;p&gt;-=- irc.KOTH.org is up! Meetings held in #corewars &lt;br&gt; -=- Please use port 6669, not the default 6667 &lt;br&gt; -=- Tons of new features on &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.KOTH.org/koth.html&quot;&gt;[link]&lt;/a&gt; pages &lt;br&gt; -=- *FAQ* page located at: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.KOTH.org/corewar-faq.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Current Status of the KOTH.ORG Standard KotH CoreWar Hill :
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/rec.games.corewar/browse_frm/thread/1e1d50407d672b89/1942a24d0bc14429?show_docid=1942a24d0bc14429</guid>
  <author>
  k...@koth.org
  </author>
  <pubDate>Thu, 11 Nov 2009 02:03:13 UT
</pubDate>
  </item>
  </channel>
</rss>
