<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bluer White &#187; mindcraft</title>
	<atom:link href="http://www.bluerwhite.org/tag/mindcraft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bluerwhite.org</link>
	<description>Peter&#039;s explorations in technology</description>
	<lastBuildDate>Tue, 29 Nov 2011 06:05:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Macrosoft at KansasFest 2010</title>
		<link>http://www.bluerwhite.org/2010/08/macrosoft-kansasfest-2010/</link>
		<comments>http://www.bluerwhite.org/2010/08/macrosoft-kansasfest-2010/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 14:40:08 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[Apple ][]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[apple ii]]></category>
		<category><![CDATA[hackfest]]></category>
		<category><![CDATA[kansasfest]]></category>
		<category><![CDATA[macrosoft]]></category>
		<category><![CDATA[mindcraft]]></category>

		<guid isPermaLink="false">http://www.bluerwhite.org/?p=209</guid>
		<description><![CDATA[I presented a tutorial introduction at KansasFest 2010 on the Mindcraft Macrosoft programming language, a macro assembler package that allows the programmer to achieve machine language speed with a high-level Applesoft BASIC-like syntax.  Macrosoft and its companion Assembler run on you favorite 8-bit Apple II.  The presentation was well received, and several people left motivated [...]]]></description>
		<wfw:commentRss>http://www.bluerwhite.org/2010/08/macrosoft-kansasfest-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hackfest Day 1</title>
		<link>http://www.bluerwhite.org/2010/07/hackfest-day-1/</link>
		<comments>http://www.bluerwhite.org/2010/07/hackfest-day-1/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 05:59:45 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[Apple ][]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[apple ii]]></category>
		<category><![CDATA[hackfest]]></category>
		<category><![CDATA[iigs]]></category>
		<category><![CDATA[kansasfest]]></category>
		<category><![CDATA[mindcraft]]></category>
		<category><![CDATA[pascal]]></category>

		<guid isPermaLink="false">http://www.bluerwhite.org/?p=190</guid>
		<description><![CDATA[The annual KansasFest HackFest is on!  I&#8217;ve heard rumors of Wizardy cracking and a Rockhurst text adventure.  I&#8217;m learning Complete Pascal, learning IIGS toolbox programming, and, just in case I run out of things to do, using those skills to write a graphical Apple II/KFest trivia adventure.  I have Complete Pascal running and am ready [...]]]></description>
		<wfw:commentRss>http://www.bluerwhite.org/2010/07/hackfest-day-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Saying &#8220;Hello&#8221; with Macrosoft</title>
		<link>http://www.bluerwhite.org/2010/07/saying-hello-with-macrosoft/</link>
		<comments>http://www.bluerwhite.org/2010/07/saying-hello-with-macrosoft/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 22:21:40 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[Apple ][]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[apple ii]]></category>
		<category><![CDATA[assembly language]]></category>
		<category><![CDATA[macrosoft]]></category>
		<category><![CDATA[mindcraft]]></category>

		<guid isPermaLink="false">http://www.bluerwhite.org/?p=176</guid>
		<description><![CDATA[Following the model of Eric Shepherd&#8217;s &#8220;Some Assembly Required: Hello World&#8221; article on A2Central and my last post on the Mindcraft Assembler, I&#8217;d like to present the traditional &#8220;Hello World&#8221; program for 8-bit Apple II using Macrosoft. Macrosoft allows the programmer to achieve machine language speed with a familiar BASIC-like syntax.  Technically, Macrosoft is a macro [...]]]></description>
		<wfw:commentRss>http://www.bluerwhite.org/2010/07/saying-hello-with-macrosoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saying &#8220;Hello&#8221; with the Mindcraft Assembler</title>
		<link>http://www.bluerwhite.org/2010/06/saying-hello-with-the-mindcraft-assembler/</link>
		<comments>http://www.bluerwhite.org/2010/06/saying-hello-with-the-mindcraft-assembler/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 16:26:30 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[Apple ][]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[apple ii]]></category>
		<category><![CDATA[assembly language]]></category>
		<category><![CDATA[mindcraft]]></category>

		<guid isPermaLink="false">http://www.bluerwhite.org/?p=168</guid>
		<description><![CDATA[Following the model of Eric Shepherd&#8217;s &#8220;Some Assembly Required: Hello World&#8221; article on A2Central, I&#8217;d like to present the traditional &#8220;Hello World&#8221; program for 8-bit Apple II using the Mindcraft Assembler. Slide the Assembler disk into your drive or run the BOOT.SYSTEM program.  Press &#8220;E&#8221; to enter the editor.  Press &#8220;enter&#8221; once to get a &#8220;!&#8221; [...]]]></description>
		<wfw:commentRss>http://www.bluerwhite.org/2010/06/saying-hello-with-the-mindcraft-assembler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Low-Res Life for the Apple II</title>
		<link>http://www.bluerwhite.org/2009/08/low-res-life-for-the-apple-ii/</link>
		<comments>http://www.bluerwhite.org/2009/08/low-res-life-for-the-apple-ii/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 00:11:44 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[Apple ][]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[apple ii]]></category>
		<category><![CDATA[hackfest]]></category>
		<category><![CDATA[kansasfest]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[macrosoft]]></category>
		<category><![CDATA[mindcraft]]></category>

		<guid isPermaLink="false">http://www.bluerwhite.org/?p=22</guid>
		<description><![CDATA[Conway&#8217;s Game of Life is mathematical exploration into artificial life.  The game consists of a grid of cells, and each cell is either alive or dead.  A simple set of rules relate the cells alive or dead in the current generation to the previous generation.  The interesting thing about the Game of Life is that [...]]]></description>
		<wfw:commentRss>http://www.bluerwhite.org/2009/08/low-res-life-for-the-apple-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

