<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Recent page changes from site &quot;6502.org wiki&quot; (a Wikidot site)</title>
		<link>http://6502org.wikidot.com</link>
		<description></description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://6502org.wikidot.com/errata-datasheets-w65c816s#revision-10281557</guid>
				<title>&quot;Errata - Datasheets W65C816S&quot; - source change</title>
				<link>http://6502org.wikidot.com/errata-datasheets-w65c816s</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/errata-datasheets-w65c816s&quot;&gt;Errata - Datasheets W65C816S&lt;/a&gt; (errata-datasheets-w65c816s)&lt;br/&gt;Current revision number: 1&lt;br/&gt;Date changed: Sat, 20 Jun 2009 17:24:55 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/6502org&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(50737); return false;&quot; &gt;6502org&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;Errors in the latest (June 18, 2009) datasheet from WDC:
p. 52, sections 7.2.1 and 7.2.2
Clarification: the last sentence of section 7.2.1 and (all of) section 7.2.2 regarding emulation mode are...</description>
				<pubDate>Sat, 20 Jun 2009 17:24:55 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/errata-datasheets-w65c816s">Errata - Datasheets W65C816S</a> (errata-datasheets-w65c816s)<br/>Current revision number: 1<br/>Date changed: Sat, 20 Jun 2009 17:24:55 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/6502org" onclick="WIKIDOT.page.listeners.userInfo(50737); return false;" >6502org</a></span><br/><br/>Page content preview: <br/>Errors in the latest (June 18, 2009) datasheet from WDC: p. 52, sections 7.2.1 and 7.2.2 Clarification: the last sentence of section 7.2.1 and (all of) section 7.2.2 regarding emulation mode are...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/software-math-intdiv#revision-2780073</guid>
				<title>&quot;Software - Math - Integer Division&quot; - source change</title>
				<link>http://6502org.wikidot.com/software-math-intdiv</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/software-math-intdiv&quot;&gt;Software - Math - Integer Division&lt;/a&gt; (software-math-intdiv)&lt;br/&gt;Current revision number: 2&lt;br/&gt;Date changed: Fri, 22 Feb 2008 02:41:57 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/6502org&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(50737); return false;&quot; &gt;6502org&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;8-bit / 8-bit = 8-bit quotient, 8-bit remainder (unsigned)

Inputs:

TQ = 8-bit numerator
B = 8-bit denominator


Outputs:

TQ = 8-bit quotient of TQ / B
accumulator = remainder of TQ / B





;...</description>
				<pubDate>Fri, 22 Feb 2008 02:41:57 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/software-math-intdiv">Software - Math - Integer Division</a> (software-math-intdiv)<br/>Current revision number: 2<br/>Date changed: Fri, 22 Feb 2008 02:41:57 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/6502org" onclick="WIKIDOT.page.listeners.userInfo(50737); return false;" >6502org</a></span><br/><br/>Page content preview: <br/>8-bit / 8-bit = 8-bit quotient, 8-bit remainder (unsigned) Inputs: TQ = 8-bit numerator B = 8-bit denominator Outputs: TQ = 8-bit quotient of TQ / B accumulator = remainder of TQ / B ;...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/software-whereami#revision-2780024</guid>
				<title>&quot;Software - Where-Am-I routines&quot; - new page</title>
				<link>http://6502org.wikidot.com/software-whereami</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/software-whereami&quot;&gt;Software - Where-Am-I routines&lt;/a&gt; (software-whereami)&lt;br/&gt;Current revision number: 0&lt;br/&gt;Date changed: Fri, 22 Feb 2008 02:36:26 +0000&lt;br/&gt;Change type: new page&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/6502org&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(50737); return false;&quot; &gt;6502org&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;On the 65816, when the location of a program is not known until run time, the program can use PER and PHK to determine where it is. On the 6502 and 65C02, the WHEREAMI routine can be used for this...</description>
				<pubDate>Fri, 22 Feb 2008 02:36:26 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/software-whereami">Software - Where-Am-I routines</a> (software-whereami)<br/>Current revision number: 0<br/>Date changed: Fri, 22 Feb 2008 02:36:26 +0000<br/>Change type: new page<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/6502org" onclick="WIKIDOT.page.listeners.userInfo(50737); return false;" >6502org</a></span><br/><br/>Page content preview: <br/>On the 65816, when the location of a program is not known until run time, the program can use PER and PHK to determine where it is. On the 6502 and 65C02, the WHEREAMI routine can be used for this...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/software#revision-2780000</guid>
				<title>&quot;Software&quot; - source change</title>
				<link>http://6502org.wikidot.com/software</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/software&quot;&gt;Software&lt;/a&gt; (software)&lt;br/&gt;Current revision number: 7&lt;br/&gt;Date changed: Fri, 22 Feb 2008 02:29:39 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/6502org&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(50737); return false;&quot; &gt;6502org&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;To facilitate rapid visual searching, please try to keep the bullets alphabetically sorted as a courtesy to the reader.
Software Categories

65816 specific code
Math

Miscellaneous Software...</description>
				<pubDate>Fri, 22 Feb 2008 02:29:39 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/software">Software</a> (software)<br/>Current revision number: 7<br/>Date changed: Fri, 22 Feb 2008 02:29:39 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/6502org" onclick="WIKIDOT.page.listeners.userInfo(50737); return false;" >6502org</a></span><br/><br/>Page content preview: <br/>To facilitate rapid visual searching, please try to keep the bullets alphabetically sorted as a courtesy to the reader. Software Categories 65816 specific code Math Miscellaneous Software...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/software-65816-memorymove#revision-2417106</guid>
				<title>&quot;Software - 65816 - Memory move&quot; - source change</title>
				<link>http://6502org.wikidot.com/software-65816-memorymove</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/software-65816-memorymove&quot;&gt;Software - 65816 - Memory move&lt;/a&gt; (software-65816-memorymove)&lt;br/&gt;Current revision number: 2&lt;br/&gt;Date changed: Fri, 25 Jan 2008 23:06:33 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/6502org&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(50737); return false;&quot; &gt;6502org&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;MVN and MVP are very useful instructions, but they have a few limitations. First, they cannot span banks (i.e. they wrap at bank boundaries). Second, the source and destination banks are immediate...</description>
				<pubDate>Fri, 25 Jan 2008 23:06:33 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/software-65816-memorymove">Software - 65816 - Memory move</a> (software-65816-memorymove)<br/>Current revision number: 2<br/>Date changed: Fri, 25 Jan 2008 23:06:33 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/6502org" onclick="WIKIDOT.page.listeners.userInfo(50737); return false;" >6502org</a></span><br/><br/>Page content preview: <br/>MVN and MVP are very useful instructions, but they have a few limitations. First, they cannot span banks (i.e. they wrap at bank boundaries). Second, the source and destination banks are immediate...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/start#revision-2417098</guid>
				<title>&quot;Welcome to the 6502.org Wiki&quot; - source change</title>
				<link>http://6502org.wikidot.com/start</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/start&quot;&gt;Welcome to the 6502.org Wiki&lt;/a&gt; (start)&lt;br/&gt;Current revision number: 8&lt;br/&gt;Date changed: Fri, 25 Jan 2008 23:05:10 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/6502org&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(50737); return false;&quot; &gt;6502org&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;This wiki has been set up to provide a wiki for the members of the 6502.org community. Anyone is welcome to view these pages. However, you must be a member of this wiki to make...</description>
				<pubDate>Fri, 25 Jan 2008 23:05:10 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/start">Welcome to the 6502.org Wiki</a> (start)<br/>Current revision number: 8<br/>Date changed: Fri, 25 Jan 2008 23:05:10 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/6502org" onclick="WIKIDOT.page.listeners.userInfo(50737); return false;" >6502org</a></span><br/><br/>Page content preview: <br/>This wiki has been set up to provide a wiki for the members of the 6502.org community. Anyone is welcome to view these pages. However, you must be a member of this wiki to make...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/blitter-theory-part-1#revision-2384252</guid>
				<title>&quot;Blitter Theory Part 1&quot; - source change</title>
				<link>http://6502org.wikidot.com/blitter-theory-part-1</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/blitter-theory-part-1&quot;&gt;Blitter Theory Part 1&lt;/a&gt; (blitter-theory-part-1)&lt;br/&gt;Current revision number: 2&lt;br/&gt;Date changed: Wed, 23 Jan 2008 06:56:55 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;Blitter Theory, Part 1
For the past couple of days, I&#039;ve been wanting to write some code that renders proportionally-spaced fonts to the screen. Not only does it need to support normal rendering,...</description>
				<pubDate>Wed, 23 Jan 2008 06:56:55 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/blitter-theory-part-1">Blitter Theory Part 1</a> (blitter-theory-part-1)<br/>Current revision number: 2<br/>Date changed: Wed, 23 Jan 2008 06:56:55 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/>Blitter Theory, Part 1 For the past couple of days, I've been wanting to write some code that renders proportionally-spaced fonts to the screen. Not only does it need to support normal rendering,...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/blitter-theory-part-1#revision-2384215</guid>
				<title>&quot;Blitter Theory Part 1&quot; - source change</title>
				<link>http://6502org.wikidot.com/blitter-theory-part-1</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/blitter-theory-part-1&quot;&gt;Blitter Theory Part 1&lt;/a&gt; (blitter-theory-part-1)&lt;br/&gt;Current revision number: 1&lt;br/&gt;Date changed: Wed, 23 Jan 2008 06:46:39 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;Blitter Theory, Part 1
For the past couple of days, I&#039;ve been wanting to write some code that renders proportionally-spaced fonts to the screen. Not only does it need to support normal rendering,...</description>
				<pubDate>Wed, 23 Jan 2008 06:46:39 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/blitter-theory-part-1">Blitter Theory Part 1</a> (blitter-theory-part-1)<br/>Current revision number: 1<br/>Date changed: Wed, 23 Jan 2008 06:46:39 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/>Blitter Theory, Part 1 For the past couple of days, I've been wanting to write some code that renders proportionally-spaced fonts to the screen. Not only does it need to support normal rendering,...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/blitter-theory-part-1#revision-2384045</guid>
				<title>&quot;Blitter Theory Part 1&quot; - new page</title>
				<link>http://6502org.wikidot.com/blitter-theory-part-1</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/blitter-theory-part-1&quot;&gt;Blitter Theory Part 1&lt;/a&gt; (blitter-theory-part-1)&lt;br/&gt;Current revision number: 0&lt;br/&gt;Date changed: Wed, 23 Jan 2008 06:23:23 +0000&lt;br/&gt;Change type: new page&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;Blitter Theory, Part 1
For the past couple of days, I&#039;ve been wanting to write some code that renders proportionally-spaced fonts to the screen. Not only does it need to support normal rendering,...</description>
				<pubDate>Wed, 23 Jan 2008 06:23:23 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/blitter-theory-part-1">Blitter Theory Part 1</a> (blitter-theory-part-1)<br/>Current revision number: 0<br/>Date changed: Wed, 23 Jan 2008 06:23:23 +0000<br/>Change type: new page<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/>Blitter Theory, Part 1 For the past couple of days, I've been wanting to write some code that renders proportionally-spaced fonts to the screen. Not only does it need to support normal rendering,...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/articles#revision-2384000</guid>
				<title>&quot;Articles&quot; - new page</title>
				<link>http://6502org.wikidot.com/articles</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/articles&quot;&gt;Articles&lt;/a&gt; (articles)&lt;br/&gt;Current revision number: 0&lt;br/&gt;Date changed: Wed, 23 Jan 2008 06:14:54 +0000&lt;br/&gt;Change type: new page&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;This page contains links to various articles folks would like to write. Topics can be on much of anything you like, provided it has some relevance to 6502 or 65816 programming.


Articles by Samuel...</description>
				<pubDate>Wed, 23 Jan 2008 06:14:54 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/articles">Articles</a> (articles)<br/>Current revision number: 0<br/>Date changed: Wed, 23 Jan 2008 06:14:54 +0000<br/>Change type: new page<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/>This page contains links to various articles folks would like to write. Topics can be on much of anything you like, provided it has some relevance to 6502 or 65816 programming. Articles by Samuel...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/start#revision-2383984</guid>
				<title>&quot;Welcome to the 6502.org Wiki&quot; - source change</title>
				<link>http://6502org.wikidot.com/start</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/start&quot;&gt;Welcome to the 6502.org Wiki&lt;/a&gt; (start)&lt;br/&gt;Current revision number: 7&lt;br/&gt;Date changed: Wed, 23 Jan 2008 06:12:50 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;This wiki has been set up to provide a wiki for the members of the 6502.org community. Anyone is welcome to view these pages. However, you must be a member of this wiki to make...</description>
				<pubDate>Wed, 23 Jan 2008 06:12:50 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/start">Welcome to the 6502.org Wiki</a> (start)<br/>Current revision number: 7<br/>Date changed: Wed, 23 Jan 2008 06:12:50 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/>This wiki has been set up to provide a wiki for the members of the 6502.org community. Anyone is welcome to view these pages. However, you must be a member of this wiki to make...
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/sandbox#revision-2383969</guid>
				<title>&quot;Sandbox&quot; - source change</title>
				<link>http://6502org.wikidot.com/sandbox</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/sandbox&quot;&gt;Sandbox&lt;/a&gt; (sandbox)&lt;br/&gt;Current revision number: 19&lt;br/&gt;Date changed: Wed, 23 Jan 2008 06:12:22 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;

Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you&#039;re done though, to prevent a monsterously huge page!

</description>
				<pubDate>Wed, 23 Jan 2008 06:12:22 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/sandbox">Sandbox</a> (sandbox)<br/>Current revision number: 19<br/>Date changed: Wed, 23 Jan 2008 06:12:22 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/> Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you're done though, to prevent a monsterously huge page! 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/sandbox#revision-2381638</guid>
				<title>&quot;Sandbox&quot; - source change</title>
				<link>http://6502org.wikidot.com/sandbox</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/sandbox&quot;&gt;Sandbox&lt;/a&gt; (sandbox)&lt;br/&gt;Current revision number: 18&lt;br/&gt;Date changed: Wed, 23 Jan 2008 01:14:11 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;

Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you&#039;re done though, to prevent a monsterously huge page!

</description>
				<pubDate>Wed, 23 Jan 2008 01:14:11 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/sandbox">Sandbox</a> (sandbox)<br/>Current revision number: 18<br/>Date changed: Wed, 23 Jan 2008 01:14:11 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/> Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you're done though, to prevent a monsterously huge page! 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/sandbox#revision-2381565</guid>
				<title>&quot;Sandbox&quot; - source change</title>
				<link>http://6502org.wikidot.com/sandbox</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/sandbox&quot;&gt;Sandbox&lt;/a&gt; (sandbox)&lt;br/&gt;Current revision number: 17&lt;br/&gt;Date changed: Wed, 23 Jan 2008 01:00:33 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;

Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you&#039;re done though, to prevent a monsterously huge page!

</description>
				<pubDate>Wed, 23 Jan 2008 01:00:33 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/sandbox">Sandbox</a> (sandbox)<br/>Current revision number: 17<br/>Date changed: Wed, 23 Jan 2008 01:00:33 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/> Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you're done though, to prevent a monsterously huge page! 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/sandbox#revision-2381559</guid>
				<title>&quot;Sandbox&quot; - source change</title>
				<link>http://6502org.wikidot.com/sandbox</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/sandbox&quot;&gt;Sandbox&lt;/a&gt; (sandbox)&lt;br/&gt;Current revision number: 16&lt;br/&gt;Date changed: Wed, 23 Jan 2008 00:59:17 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;

Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you&#039;re done though, to prevent a monsterously huge page!

</description>
				<pubDate>Wed, 23 Jan 2008 00:59:17 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/sandbox">Sandbox</a> (sandbox)<br/>Current revision number: 16<br/>Date changed: Wed, 23 Jan 2008 00:59:17 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/> Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you're done though, to prevent a monsterously huge page! 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/sandbox#revision-2381525</guid>
				<title>&quot;Sandbox&quot; - source change</title>
				<link>http://6502org.wikidot.com/sandbox</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/sandbox&quot;&gt;Sandbox&lt;/a&gt; (sandbox)&lt;br/&gt;Current revision number: 15&lt;br/&gt;Date changed: Wed, 23 Jan 2008 00:54:42 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;

Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you&#039;re done though, to prevent a monsterously huge page!

</description>
				<pubDate>Wed, 23 Jan 2008 00:54:42 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/sandbox">Sandbox</a> (sandbox)<br/>Current revision number: 15<br/>Date changed: Wed, 23 Jan 2008 00:54:42 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/> Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you're done though, to prevent a monsterously huge page! 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/sandbox#revision-2381338</guid>
				<title>&quot;Sandbox&quot; - source change</title>
				<link>http://6502org.wikidot.com/sandbox</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/sandbox&quot;&gt;Sandbox&lt;/a&gt; (sandbox)&lt;br/&gt;Current revision number: 14&lt;br/&gt;Date changed: Wed, 23 Jan 2008 00:23:09 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;

Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you&#039;re done though, to prevent a monsterously huge page!

</description>
				<pubDate>Wed, 23 Jan 2008 00:23:09 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/sandbox">Sandbox</a> (sandbox)<br/>Current revision number: 14<br/>Date changed: Wed, 23 Jan 2008 00:23:09 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/> Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you're done though, to prevent a monsterously huge page! 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/sandbox#revision-2371767</guid>
				<title>&quot;Sandbox&quot; - source change</title>
				<link>http://6502org.wikidot.com/sandbox</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/sandbox&quot;&gt;Sandbox&lt;/a&gt; (sandbox)&lt;br/&gt;Current revision number: 13&lt;br/&gt;Date changed: Tue, 22 Jan 2008 09:01:43 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;

Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you&#039;re done though, to prevent a monsterously huge page!

</description>
				<pubDate>Tue, 22 Jan 2008 09:01:43 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/sandbox">Sandbox</a> (sandbox)<br/>Current revision number: 13<br/>Date changed: Tue, 22 Jan 2008 09:01:43 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/> Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you're done though, to prevent a monsterously huge page! 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/sandbox#revision-2371734</guid>
				<title>&quot;Sandbox&quot; - source change</title>
				<link>http://6502org.wikidot.com/sandbox</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/sandbox&quot;&gt;Sandbox&lt;/a&gt; (sandbox)&lt;br/&gt;Current revision number: 12&lt;br/&gt;Date changed: Tue, 22 Jan 2008 08:57:12 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;

Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you&#039;re done though, to prevent a monsterously huge page!

</description>
				<pubDate>Tue, 22 Jan 2008 08:57:12 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/sandbox">Sandbox</a> (sandbox)<br/>Current revision number: 12<br/>Date changed: Tue, 22 Jan 2008 08:57:12 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/> Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you're done though, to prevent a monsterously huge page! 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/sandbox#revision-2371622</guid>
				<title>&quot;Sandbox&quot; - source change</title>
				<link>http://6502org.wikidot.com/sandbox</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/sandbox&quot;&gt;Sandbox&lt;/a&gt; (sandbox)&lt;br/&gt;Current revision number: 11&lt;br/&gt;Date changed: Tue, 22 Jan 2008 08:47:43 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;

Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you&#039;re done though, to prevent a monsterously huge page!

</description>
				<pubDate>Tue, 22 Jan 2008 08:47:43 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/sandbox">Sandbox</a> (sandbox)<br/>Current revision number: 11<br/>Date changed: Tue, 22 Jan 2008 08:47:43 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/> Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you're done though, to prevent a monsterously huge page! 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/sandbox#revision-2371193</guid>
				<title>&quot;Sandbox&quot; - source change</title>
				<link>http://6502org.wikidot.com/sandbox</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/sandbox&quot;&gt;Sandbox&lt;/a&gt; (sandbox)&lt;br/&gt;Current revision number: 10&lt;br/&gt;Date changed: Tue, 22 Jan 2008 07:48:07 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;

Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you&#039;re done though, to prevent a monsterously huge page!

</description>
				<pubDate>Tue, 22 Jan 2008 07:48:07 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/sandbox">Sandbox</a> (sandbox)<br/>Current revision number: 10<br/>Date changed: Tue, 22 Jan 2008 07:48:07 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/> Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you're done though, to prevent a monsterously huge page! 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/sandbox#revision-2371171</guid>
				<title>&quot;Sandbox&quot; - source change</title>
				<link>http://6502org.wikidot.com/sandbox</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/sandbox&quot;&gt;Sandbox&lt;/a&gt; (sandbox)&lt;br/&gt;Current revision number: 9&lt;br/&gt;Date changed: Tue, 22 Jan 2008 07:45:34 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;

Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you&#039;re done though, to prevent a monsterously huge page!

</description>
				<pubDate>Tue, 22 Jan 2008 07:45:34 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/sandbox">Sandbox</a> (sandbox)<br/>Current revision number: 9<br/>Date changed: Tue, 22 Jan 2008 07:45:34 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/> Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you're done though, to prevent a monsterously huge page! 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/sandbox#revision-2370120</guid>
				<title>&quot;Sandbox&quot; - source change</title>
				<link>http://6502org.wikidot.com/sandbox</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/sandbox&quot;&gt;Sandbox&lt;/a&gt; (sandbox)&lt;br/&gt;Current revision number: 8&lt;br/&gt;Date changed: Tue, 22 Jan 2008 04:37:57 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;

Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you&#039;re done though, to prevent a monsterously huge page!

</description>
				<pubDate>Tue, 22 Jan 2008 04:37:57 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/sandbox">Sandbox</a> (sandbox)<br/>Current revision number: 8<br/>Date changed: Tue, 22 Jan 2008 04:37:57 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/> Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you're done though, to prevent a monsterously huge page! 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/sandbox#revision-2370096</guid>
				<title>&quot;Sandbox&quot; - source change</title>
				<link>http://6502org.wikidot.com/sandbox</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/sandbox&quot;&gt;Sandbox&lt;/a&gt; (sandbox)&lt;br/&gt;Current revision number: 7&lt;br/&gt;Date changed: Tue, 22 Jan 2008 04:33:29 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;

Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you&#039;re done though, to prevent a monsterously huge page!

</description>
				<pubDate>Tue, 22 Jan 2008 04:33:29 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/sandbox">Sandbox</a> (sandbox)<br/>Current revision number: 7<br/>Date changed: Tue, 22 Jan 2008 04:33:29 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/> Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you're done though, to prevent a monsterously huge page! 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/sandbox#revision-2370078</guid>
				<title>&quot;Sandbox&quot; - source change</title>
				<link>http://6502org.wikidot.com/sandbox</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/sandbox&quot;&gt;Sandbox&lt;/a&gt; (sandbox)&lt;br/&gt;Current revision number: 6&lt;br/&gt;Date changed: Tue, 22 Jan 2008 04:31:55 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;

Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you&#039;re done though, to prevent a monsterously huge page!

</description>
				<pubDate>Tue, 22 Jan 2008 04:31:55 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/sandbox">Sandbox</a> (sandbox)<br/>Current revision number: 6<br/>Date changed: Tue, 22 Jan 2008 04:31:55 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/> Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you're done though, to prevent a monsterously huge page! 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/sandbox#revision-2370061</guid>
				<title>&quot;Sandbox&quot; - source change</title>
				<link>http://6502org.wikidot.com/sandbox</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/sandbox&quot;&gt;Sandbox&lt;/a&gt; (sandbox)&lt;br/&gt;Current revision number: 5&lt;br/&gt;Date changed: Tue, 22 Jan 2008 04:27:25 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;

Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you&#039;re done though, to prevent a monsterously huge page!

</description>
				<pubDate>Tue, 22 Jan 2008 04:27:25 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/sandbox">Sandbox</a> (sandbox)<br/>Current revision number: 5<br/>Date changed: Tue, 22 Jan 2008 04:27:25 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/> Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you're done though, to prevent a monsterously huge page! 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/sandbox#revision-2370058</guid>
				<title>&quot;Sandbox&quot; - source change</title>
				<link>http://6502org.wikidot.com/sandbox</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/sandbox&quot;&gt;Sandbox&lt;/a&gt; (sandbox)&lt;br/&gt;Current revision number: 4&lt;br/&gt;Date changed: Tue, 22 Jan 2008 04:26:08 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;

Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you&#039;re done though, to prevent a monsterously huge page!

</description>
				<pubDate>Tue, 22 Jan 2008 04:26:08 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/sandbox">Sandbox</a> (sandbox)<br/>Current revision number: 4<br/>Date changed: Tue, 22 Jan 2008 04:26:08 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/> Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you're done though, to prevent a monsterously huge page! 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/sandbox#revision-2370039</guid>
				<title>&quot;Sandbox&quot; - source change</title>
				<link>http://6502org.wikidot.com/sandbox</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/sandbox&quot;&gt;Sandbox&lt;/a&gt; (sandbox)&lt;br/&gt;Current revision number: 3&lt;br/&gt;Date changed: Tue, 22 Jan 2008 04:23:23 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;

Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you&#039;re done though, to prevent a monsterously huge page!

</description>
				<pubDate>Tue, 22 Jan 2008 04:23:23 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/sandbox">Sandbox</a> (sandbox)<br/>Current revision number: 3<br/>Date changed: Tue, 22 Jan 2008 04:23:23 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/> Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you're done though, to prevent a monsterously huge page! 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/sandbox#revision-2370033</guid>
				<title>&quot;Sandbox&quot; - source change</title>
				<link>http://6502org.wikidot.com/sandbox</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/sandbox&quot;&gt;Sandbox&lt;/a&gt; (sandbox)&lt;br/&gt;Current revision number: 2&lt;br/&gt;Date changed: Tue, 22 Jan 2008 04:20:56 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;

Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you&#039;re done though, to prevent a monsterously huge page!

</description>
				<pubDate>Tue, 22 Jan 2008 04:20:56 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/sandbox">Sandbox</a> (sandbox)<br/>Current revision number: 2<br/>Date changed: Tue, 22 Jan 2008 04:20:56 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/> Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you're done though, to prevent a monsterously huge page! 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://6502org.wikidot.com/sandbox#revision-2369967</guid>
				<title>&quot;Sandbox&quot; - source change</title>
				<link>http://6502org.wikidot.com/sandbox</link>
				<description>Page: &lt;a href=&quot;http://6502org.wikidot.com/sandbox&quot;&gt;Sandbox&lt;/a&gt; (sandbox)&lt;br/&gt;Current revision number: 1&lt;br/&gt;Date changed: Tue, 22 Jan 2008 04:10:51 +0000&lt;br/&gt;Change type: source change&lt;br/&gt;By: &lt;span class=&quot;printuser&quot;&gt;&lt;a href=&quot;http://www.wikidot.com/user:info/kc5tja&quot; onclick=&quot;WIKIDOT.page.listeners.userInfo(69329); return false;&quot; &gt;kc5tja&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Page content preview: &lt;br/&gt;

Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you&#039;re done though, to prevent a monsterously huge page!

</description>
				<pubDate>Tue, 22 Jan 2008 04:10:51 +0000</pubDate>
												<content:encoded>
					<![CDATA[
						Page: <a href="http://6502org.wikidot.com/sandbox">Sandbox</a> (sandbox)<br/>Current revision number: 1<br/>Date changed: Tue, 22 Jan 2008 04:10:51 +0000<br/>Change type: source change<br/>By: <span class="printuser"><a href="http://www.wikidot.com/user:info/kc5tja" onclick="WIKIDOT.page.listeners.userInfo(69329); return false;" >kc5tja</a></span><br/><br/>Page content preview: <br/> Use this page to explore the effects of various wiki markup tags without polluting existing content. Be sure to clean up when you're done though, to prevent a monsterously huge page! 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>