<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Py65: 6502 Microprocessor Simulator</title>
	<atom:link href="http://mikenaberezny.com/2008/07/01/py65-6502-microprocessor-simulator/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikenaberezny.com/2008/07/01/py65-6502-microprocessor-simulator/</link>
	<description></description>
	<lastBuildDate>Mon, 08 Mar 2010 17:59:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Oscar Lindberg</title>
		<link>http://mikenaberezny.com/2008/07/01/py65-6502-microprocessor-simulator/comment-page-1/#comment-139695</link>
		<dc:creator>Oscar Lindberg</dc:creator>
		<pubDate>Fri, 27 Mar 2009 15:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://mikenaberezny.com/?p=169#comment-139695</guid>
		<description>I moved the imports for termios and fcntl into the getch function. Now the example you gave here works for me. 

I guess only the monitor needs that function.</description>
		<content:encoded><![CDATA[<p>I moved the imports for termios and fcntl into the getch function. Now the example you gave here works for me. </p>
<p>I guess only the monitor needs that function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar Lindberg</title>
		<link>http://mikenaberezny.com/2008/07/01/py65-6502-microprocessor-simulator/comment-page-1/#comment-139677</link>
		<dc:creator>Oscar Lindberg</dc:creator>
		<pubDate>Fri, 27 Mar 2009 10:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://mikenaberezny.com/?p=169#comment-139677</guid>
		<description>Hi Mike, 

I tried checking out the trunk and &quot;setup.py install&quot;, but I get: 

&gt;&gt;&gt; from py65.mpu6502 import MPU
Traceback (most recent call last):
  File &quot;&quot;, line 1, in 
  File &quot;c:\python25\lib\site-packages\py65-0.2-py2.5.egg\py65\mpu6502.py&quot;, line
1, in 
    from py65 import util
  File &quot;c:\python25\lib\site-packages\py65-0.2-py2.5.egg\py65\util.py&quot;, line 3,
in 
    import termios
ImportError: No module named termios
&gt;&gt;&gt;

Is py65 for linux only?</description>
		<content:encoded><![CDATA[<p>Hi Mike, </p>
<p>I tried checking out the trunk and &#8220;setup.py install&#8221;, but I get: </p>
<p>&gt;&gt;&gt; from py65.mpu6502 import MPU<br />
Traceback (most recent call last):<br />
  File &#8220;&#8221;, line 1, in<br />
  File &#8220;c:\python25\lib\site-packages\py65-0.2-py2.5.egg\py65\mpu6502.py&#8221;, line<br />
1, in<br />
    from py65 import util<br />
  File &#8220;c:\python25\lib\site-packages\py65-0.2-py2.5.egg\py65\util.py&#8221;, line 3,<br />
in<br />
    import termios<br />
ImportError: No module named termios<br />
&gt;&gt;&gt;</p>
<p>Is py65 for linux only?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Naberezny</title>
		<link>http://mikenaberezny.com/2008/07/01/py65-6502-microprocessor-simulator/comment-page-1/#comment-101839</link>
		<dc:creator>Mike Naberezny</dc:creator>
		<pubDate>Thu, 03 Jul 2008 00:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://mikenaberezny.com/?p=169#comment-101839</guid>
		<description>Hi David,

Unfortunately, it looks like you hit a code path that isn&#039;t covered by the unit tests yet.  It&#039;s still very early, but we&#039;ll get there.  The bug you found has been fixed in the SVN.

Thanks,
Mike</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>Unfortunately, it looks like you hit a code path that isn&#8217;t covered by the unit tests yet.  It&#8217;s still very early, but we&#8217;ll get there.  The bug you found has been fixed in the SVN.</p>
<p>Thanks,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Turnbull</title>
		<link>http://mikenaberezny.com/2008/07/01/py65-6502-microprocessor-simulator/comment-page-1/#comment-101815</link>
		<dc:creator>David Turnbull</dc:creator>
		<pubDate>Wed, 02 Jul 2008 22:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://mikenaberezny.com/?p=169#comment-101815</guid>
		<description>Mike, the &quot;self.extracyles&quot; [sic] variable breaks a trivial loop I was trying to assemble through xa.

I&#039;m using py65 to learn the basics so I&#039;m unsure what the intended behaviour is here.</description>
		<content:encoded><![CDATA[<p>Mike, the &#8220;self.extracyles&#8221; [sic] variable breaks a trivial loop I was trying to assemble through xa.</p>
<p>I&#8217;m using py65 to learn the basics so I&#8217;m unsure what the intended behaviour is here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Naberezny</title>
		<link>http://mikenaberezny.com/2008/07/01/py65-6502-microprocessor-simulator/comment-page-1/#comment-101755</link>
		<dc:creator>Mike Naberezny</dc:creator>
		<pubDate>Wed, 02 Jul 2008 16:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://mikenaberezny.com/?p=169#comment-101755</guid>
		<description>http://svn.6502.org/py65/

I&#039;ll put together a website for Py65 after it&#039;s a little further along.</description>
		<content:encoded><![CDATA[<p><a href="http://svn.6502.org/py65/" rel="nofollow">http://svn.6502.org/py65/</a></p>
<p>I&#8217;ll put together a website for Py65 after it&#8217;s a little further along.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefane Fermigier</title>
		<link>http://mikenaberezny.com/2008/07/01/py65-6502-microprocessor-simulator/comment-page-1/#comment-101668</link>
		<dc:creator>Stefane Fermigier</dc:creator>
		<pubDate>Wed, 02 Jul 2008 07:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://mikenaberezny.com/?p=169#comment-101668</guid>
		<description>Can&#039;t find the svn repo :( 

  S.</description>
		<content:encoded><![CDATA[<p>Can&#8217;t find the svn repo :( </p>
<p>  S.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
