<?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: Quick and dirty i8080 emulator in BASH!	</title>
	<atom:link href="https://virtuallyfun.com/2019/09/22/quick-and-dirty-i8080-emulator-in-bash/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2019/09/22/quick-and-dirty-i8080-emulator-in-bash/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Tue, 22 Oct 2019 19:17:43 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>
	<item>
		<title>
		By: Jon Akers		</title>
		<link>https://virtuallyfun.com/2019/09/22/quick-and-dirty-i8080-emulator-in-bash/comment-page-1/#comment-229381</link>

		<dc:creator><![CDATA[Jon Akers]]></dc:creator>
		<pubDate>Tue, 22 Oct 2019 19:17:43 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9787#comment-229381</guid>

					<description><![CDATA[Downloaded and ran it without issue in Windows 10&#039;s Bash shell. Worked like a charm!]]></description>
			<content:encoded><![CDATA[<p>Downloaded and ran it without issue in Windows 10&#8217;s Bash shell. Worked like a charm!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: bbslovag		</title>
		<link>https://virtuallyfun.com/2019/09/22/quick-and-dirty-i8080-emulator-in-bash/comment-page-1/#comment-229227</link>

		<dc:creator><![CDATA[bbslovag]]></dc:creator>
		<pubDate>Mon, 21 Oct 2019 09:59:19 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9787#comment-229227</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2019/09/22/quick-and-dirty-i8080-emulator-in-bash/comment-page-1/#comment-226307&quot;&gt;neozeed&lt;/a&gt;.

Cool!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2019/09/22/quick-and-dirty-i8080-emulator-in-bash/comment-page-1/#comment-226307">neozeed</a>.</p>
<p>Cool!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alexander Voropai		</title>
		<link>https://virtuallyfun.com/2019/09/22/quick-and-dirty-i8080-emulator-in-bash/comment-page-1/#comment-229123</link>

		<dc:creator><![CDATA[Alexander Voropai]]></dc:creator>
		<pubDate>Sun, 20 Oct 2019 08:40:00 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9787#comment-229123</guid>

					<description><![CDATA[i8080 in your browser
https://github.com/svofski/pretty-8080-assembler]]></description>
			<content:encoded><![CDATA[<p>i8080 in your browser<br />
<a href="https://github.com/svofski/pretty-8080-assembler" rel="nofollow ugc">https://github.com/svofski/pretty-8080-assembler</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2019/09/22/quick-and-dirty-i8080-emulator-in-bash/comment-page-1/#comment-226307</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 25 Sep 2019 03:55:25 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9787#comment-226307</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2019/09/22/quick-and-dirty-i8080-emulator-in-bash/comment-page-1/#comment-225908&quot;&gt;bbslovag&lt;/a&gt;.

Ok, so using Rhapsody 5.3, and GNU bash 2.02 it doesn&#039;t work.
GNU bash, version 2.02.1(1)-release (unknown)

However I went ahead and build 2.05b and yes it runs!
GNU bash, version 2.05b.0(1)-release (i386-apple-rhapsody5.5)
&lt;pre&gt;
Starting CPU emulation


OK
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2019/09/22/quick-and-dirty-i8080-emulator-in-bash/comment-page-1/#comment-225908">bbslovag</a>.</p>
<p>Ok, so using Rhapsody 5.3, and GNU bash 2.02 it doesn&#8217;t work.<br />
GNU bash, version 2.02.1(1)-release (unknown)</p>
<p>However I went ahead and build 2.05b and yes it runs!<br />
GNU bash, version 2.05b.0(1)-release (i386-apple-rhapsody5.5)</p>
<pre>
Starting CPU emulation


OK
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: bbslovag		</title>
		<link>https://virtuallyfun.com/2019/09/22/quick-and-dirty-i8080-emulator-in-bash/comment-page-1/#comment-225908</link>

		<dc:creator><![CDATA[bbslovag]]></dc:creator>
		<pubDate>Sun, 22 Sep 2019 10:30:48 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9787#comment-225908</guid>

					<description><![CDATA[$ ./configure --with-gnu-malloc --enable-array-variables &#038;&#038; make #  and then i8080.sh worked

Downloads/ftp.gnu.org/gnu/bash/bash-2.05b$ ./bash --version &#038;&#038; ./bash i8080.sh
GNU bash, version 2.05b.0(1)-release (x86_64-unknown-linux-gnu)
Copyright (C) 2002 Free Software Foundation, Inc.
Quick and dirty i8080 emulator by NASZVADI Peter, 2019.
Press Ctrl+C to quit anytime!
Initializing upper memory to NOPs
Initializing register values
Starting CPU emulation
OK
&#062;PRINT &quot;Hi Jason!&quot;
Hi Jason!
OK
&#062;

### guessing that dparen-arithmetic is a backported syntax element from newer bash versions? Also tested successfully with compat31 shell option using bash v4.x]]></description>
			<content:encoded><![CDATA[<p>$ ./configure &#8211;with-gnu-malloc &#8211;enable-array-variables &amp;&amp; make #  and then i8080.sh worked</p>
<p>Downloads/ftp.gnu.org/gnu/bash/bash-2.05b$ ./bash &#8211;version &amp;&amp; ./bash i8080.sh<br />
GNU bash, version 2.05b.0(1)-release (x86_64-unknown-linux-gnu)<br />
Copyright (C) 2002 Free Software Foundation, Inc.<br />
Quick and dirty i8080 emulator by NASZVADI Peter, 2019.<br />
Press Ctrl+C to quit anytime!<br />
Initializing upper memory to NOPs<br />
Initializing register values<br />
Starting CPU emulation<br />
OK<br />
&gt;PRINT &#8220;Hi Jason!&#8221;<br />
Hi Jason!<br />
OK<br />
&gt;</p>
<p>### guessing that dparen-arithmetic is a backported syntax element from newer bash versions? Also tested successfully with compat31 shell option using bash v4.x</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
