<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>staticrecompilers at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/staticrecompilers/</link>
    <description>Static Binary Translation</description>

    <item>
      <title>Atari game source code (fully commented)</title>
      <pubDate>Sun, 05 Jul 2009 20:05:40 GMT</pubDate>
      <dc:creator>Jeremy Smith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/staticrecompilers/message/326</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/staticrecompilers/message/326</guid>
      <description>I thought someone might find this interesting - a story from a couple of days ago: http://www.gamesetwatch.com/2009/07/source_code_for_over_a_dozen_7.php </description>
    </item>
    <item>
      <title>Re: 6502 recompiler news</title>
      <pubDate>Sun, 05 Jul 2009 01:53:17 GMT</pubDate>
      <dc:creator>Graham Toal</dc:creator>
      <link>http://tech.groups.yahoo.com/group/staticrecompilers/message/325</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/staticrecompilers/message/325</guid>
      <description>... just ... http://www.gtoal.com/apple1/template.apple1 The updated disassembly is http://www.gtoal.com/apple1/apple1.asm.txt ... so ... Well, first priority</description>
    </item>
    <item>
      <title>Re: 6502 recompiler news</title>
      <pubDate>Sun, 05 Jul 2009 00:50:06 GMT</pubDate>
      <dc:creator>Neil Bradley</dc:creator>
      <link>http://tech.groups.yahoo.com/group/staticrecompilers/message/324</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/staticrecompilers/message/324</guid>
      <description>... Sweet! Can you send me the latest template? ... I haven&#39;t implemented the opcodes for anything more than a disassembly, so if you try to emit C code,</description>
    </item>
    <item>
      <title>Re: 6502 recompiler news</title>
      <pubDate>Sun, 05 Jul 2009 00:44:54 GMT</pubDate>
      <dc:creator>Neil Bradley</dc:creator>
      <link>http://tech.groups.yahoo.com/group/staticrecompilers/message/323</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/staticrecompilers/message/323</guid>
      <description>... Well, that&#39;s lucky! Usually it completely goes off into the weeds when it attempts to disassemble data. ... The 6502 module wasn&#39;t complete and probably</description>
    </item>
    <item>
      <title>Re: 6502 recompiler news</title>
      <pubDate>Sun, 05 Jul 2009 00:41:30 GMT</pubDate>
      <dc:creator>Graham Toal</dc:creator>
      <link>http://tech.groups.yahoo.com/group/staticrecompilers/message/322</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/staticrecompilers/message/322</guid>
      <description>... and when I made the $FF opcode into data, it generated an output file just fine, and the few missing code sections all look to be there now... My copy of</description>
    </item>
    <item>
      <title>Re: 6502 recompiler news</title>
      <pubDate>Sun, 05 Jul 2009 00:06:59 GMT</pubDate>
      <dc:creator>Graham Toal</dc:creator>
      <link>http://tech.groups.yahoo.com/group/staticrecompilers/message/321</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/staticrecompilers/message/321</guid>
      <description>... That&#39;s pretty good!  Comparing it manually to http://www.brouhaha.com/~eric/retrocomputing/apple/apple1/basic/a1basic.dis all I&#39;ve seen so far is a missing</description>
    </item>
    <item>
      <title>Re: 6502 recompiler news</title>
      <pubDate>Sat, 04 Jul 2009 22:10:27 GMT</pubDate>
      <dc:creator>Neil Bradley</dc:creator>
      <link>http://tech.groups.yahoo.com/group/staticrecompilers/message/320</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/staticrecompilers/message/320</guid>
      <description>... Well, that wouldn&#39;t have worked as it hit several opcodes that weren&#39;t implemented. Here is a new recomp.exe, template, and ROM image for the Apple1: </description>
    </item>
    <item>
      <title>Re: 6502 recompiler news</title>
      <pubDate>Sat, 04 Jul 2009 21:04:19 GMT</pubDate>
      <dc:creator>Neil Bradley</dc:creator>
      <link>http://tech.groups.yahoo.com/group/staticrecompilers/message/319</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/staticrecompilers/message/319</guid>
      <description>... It&#39;s looking for the vectors at 0xfff8-0xffff, which is probably all 0s unless you load something there. Try adding: loadimage 0xf000,</description>
    </item>
    <item>
      <title>Re: 6502 recompiler news</title>
      <pubDate>Sat, 04 Jul 2009 21:00:09 GMT</pubDate>
      <dc:creator>Graham Toal</dc:creator>
      <link>http://tech.groups.yahoo.com/group/staticrecompilers/message/318</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/staticrecompilers/message/318</guid>
      <description>... Of course!  LLVM is a compiler back-end - you feed it your AST and it does all the optimisations on the AST for you, and has a choice of target code </description>
    </item>
    <item>
      <title>Re: 6502 recompiler news</title>
      <pubDate>Sat, 04 Jul 2009 18:59:37 GMT</pubDate>
      <dc:creator>Neil Bradley</dc:creator>
      <link>http://tech.groups.yahoo.com/group/staticrecompilers/message/317</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/staticrecompilers/message/317</guid>
      <description>... Are you referring to AST + target or just target? I would think the AST route is the way to go. ... Does someone have a copy of the Apple 1 EPROM? I&#39;d be</description>
    </item>
    <item>
      <title>Re: 6502 recompiler news</title>
      <pubDate>Sat, 04 Jul 2009 11:15:34 GMT</pubDate>
      <dc:creator>Laurent DESNOGUES</dc:creator>
      <link>http://tech.groups.yahoo.com/group/staticrecompilers/message/316</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/staticrecompilers/message/316</guid>
      <description>... As far as I understand it, SSA is part of LLVM so using LLVM provides you with SSA optimised code for free, which is good. On the other hand, I prefer a</description>
    </item>
    <item>
      <title>6502 recompiler news</title>
      <pubDate>Fri, 03 Jul 2009 20:51:20 GMT</pubDate>
      <dc:creator>Graham Toal</dc:creator>
      <link>http://tech.groups.yahoo.com/group/staticrecompilers/message/315</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/staticrecompilers/message/315</guid>
      <description>Michael Steil, the guy who did the Pear dynarec for Macs and who discussed the recompiler howto in his document, has written a recompiler for Apple I and</description>
    </item>
    <item>
      <title>Re: BASIC Interpreter</title>
      <pubDate>Sun, 31 Aug 2008 17:44:42 GMT</pubDate>
      <dc:creator>Neil Bradley</dc:creator>
      <link>http://tech.groups.yahoo.com/group/staticrecompilers/message/314</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/staticrecompilers/message/314</guid>
      <description>... That would be excellent! Where/how do I get subscribed? --&gt;Neil ... C. Neil Bradley - KE7IXP - The one eyed man in the land of the blind is not king. He&#39;s</description>
    </item>
    <item>
      <title>Re: BASIC Interpreter</title>
      <pubDate>Sun, 31 Aug 2008 15:32:39 GMT</pubDate>
      <dc:creator>Graham Toal</dc:creator>
      <link>http://tech.groups.yahoo.com/group/staticrecompilers/message/313</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/staticrecompilers/message/313</guid>
      <description>... Hi Neil - Cris Cranford over in &quot;compilers101&quot; is in the early stages of writing a BASIC as well - I can&#39;t remember if I ever dragged you into that group</description>
    </item>
    <item>
      <title>BASIC Interpreter</title>
      <pubDate>Sun, 31 Aug 2008 07:28:43 GMT</pubDate>
      <dc:creator>Neil Bradley</dc:creator>
      <link>http://tech.groups.yahoo.com/group/staticrecompilers/message/312</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/staticrecompilers/message/312</guid>
      <description>Yeah, I know, not strictly on topic, but I just got my expression evaluator emitting correct uOps for a BASIC interpreter. Anyway, a sequence like this: Dim</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Wed Dec  2 09:42:35 PST 2009 -->
