<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>6502 Assembly Blog</title>
	<atom:link href="http://6502assembly.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://6502assembly.wordpress.com</link>
	<description>Explorer the world of 6502</description>
	<lastBuildDate>Sat, 21 Aug 2010 03:50:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='6502assembly.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>6502 Assembly Blog</title>
		<link>http://6502assembly.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://6502assembly.wordpress.com/osd.xml" title="6502 Assembly Blog" />
	<atom:link rel='hub' href='http://6502assembly.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Some thoughts on the 6502 Technology</title>
		<link>http://6502assembly.wordpress.com/2010/08/21/some-discussion-about-the-6502-technology/</link>
		<comments>http://6502assembly.wordpress.com/2010/08/21/some-discussion-about-the-6502-technology/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 03:31:45 +0000</pubDate>
		<dc:creator>cloudgen</dc:creator>
				<category><![CDATA[6502 Assembly]]></category>
		<category><![CDATA[6502 hardware]]></category>
		<category><![CDATA[6502 history]]></category>
		<category><![CDATA[6502 pin assignment]]></category>
		<category><![CDATA[6502 Technology]]></category>
		<category><![CDATA[site update]]></category>

		<guid isPermaLink="false">http://6502assembly.wordpress.com/?p=46</guid>
		<description><![CDATA[For text in full-length, see http://www.6502.buss.hk/6502 6502, why it is so important? The first 6502 microprocessor was designed by Chuck Peddle and Bill Mensch in 1975 for MOS Technology, also known as CSG (Commodore Semiconductor Group), was a semiconductor design and fabrication company based in United States. 6502 is a low cost full-featured microprocessor. 6502 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=6502assembly.wordpress.com&amp;blog=14719501&amp;post=46&amp;subd=6502assembly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For text in full-length, see <a href="http://www.6502.buss.hk/6502">http://www.6502.buss.hk/6502</a></p>
<p><span style="font-size:small;"><span style="text-decoration:underline;"><strong>6502, why it is so important?</strong></span></span></p>
<p>The  first 6502 microprocessor was designed by Chuck Peddle and Bill Mensch  in 1975 for MOS Technology, also known as CSG (Commodore Semiconductor  Group), was a semiconductor design and fabrication company based in  United States. 6502 is a low cost full-featured microprocessor. 6502 was  originally second-sourced by Rockwell and Synertek and later licensed  to a number of companies. It&#8217;s one-sixth the price ($25) of the similar  products from other well established competitors ($179, Intel 6800).   Since the cost in building a computer has been lowed at that time, it  eventually result in home computer revolution of the 1980s. Nowadays,  6502 is still made for embedded systems and video game console.</p>
<p><span style="text-decoration:underline;"><span style="font-size:small;"><strong>6502 bought the Home Computer Revolution </strong></span></span></p>
<p>Due  to their cost are low,  the 6502 and Z80 bought us to the age of &#8220;Home  Computer Revolution&#8221; in 1980s. 6502 home computers such as: Commodore  RadioShack TRS-80, Commodore PET, Apple II, BBC Micro, Atari 800XL, etc  were appeared in consumer market in 1980s.  People started to have their  own computers.  (My father bought an Apple ][ computer in 1983 with  HK$4500 (which is around US $600).)</p>
<p>At that time, most of the  6502  home computers come with a BASIC interrupter.  And the software  are mainly written in BASIC or assembly languages.</p>
<p><span style="text-decoration:underline;"><span style="font-size:small;"><strong>History of 6502 Technology</strong></span></span></p>
<p>A   6502 processor is firstly packaged in a DIP-40 plastic package and was  designed by the same development team that had designed the Motorola  6800. Thus, 6502 and 6800 process a lot of similarities, such as: single  accumulator and small number of registers. In addition, the 6502  processor introduces the idea of &#8220;zero page&#8221; which improves the speed of  communication. A 6502 can also be used to handle BCD calculation.</p>
<p>The  first development board of 6502 processor launched to the market was  MDT-650. Then KIM-1, Rockwell AIM65 and Synertek SYM-1 were also  launched to the market. Those 6502 development boards were welcomed to  both engineers and hobbyists, thus it leaded to widespread acceptance to  the market.</p>
<p>One of the first publicly marketed computers using  the 6502 technology was the Apple I computer in 1976. Later, there are  Apple II and Commodore PET, Atari home computers, BBC Micro family, etc  came to the market and bought the trend of 6502 computers.</p>
<p>6502  processor not only bought great influences to computers market, it  developed the video game console, too. Most of the video game consoles  uses refined version of 6502 processors.  The first video game console  which uses 6502 technology was the Atari 2600. Atari 2600 uses a  simplified version of 6502, 6507 which can only address 8KB memory.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/6502assembly.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/6502assembly.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/6502assembly.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/6502assembly.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/6502assembly.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/6502assembly.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/6502assembly.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/6502assembly.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/6502assembly.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/6502assembly.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/6502assembly.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/6502assembly.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/6502assembly.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/6502assembly.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=6502assembly.wordpress.com&amp;blog=14719501&amp;post=46&amp;subd=6502assembly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://6502assembly.wordpress.com/2010/08/21/some-discussion-about-the-6502-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9901be4ac17da965e9478fbbb7f319f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudgen</media:title>
		</media:content>
	</item>
		<item>
		<title>Update August 6, 2010, 6502 Assembly</title>
		<link>http://6502assembly.wordpress.com/2010/08/06/update-august-6-2010-6502-assembly/</link>
		<comments>http://6502assembly.wordpress.com/2010/08/06/update-august-6-2010-6502-assembly/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 13:33:18 +0000</pubDate>
		<dc:creator>cloudgen</dc:creator>
				<category><![CDATA[6502 Assembly]]></category>
		<category><![CDATA[6502 instruction set]]></category>
		<category><![CDATA[ADC]]></category>
		<category><![CDATA[DEC]]></category>
		<category><![CDATA[DEX]]></category>
		<category><![CDATA[DEY]]></category>
		<category><![CDATA[INC]]></category>
		<category><![CDATA[INX]]></category>
		<category><![CDATA[INY]]></category>
		<category><![CDATA[LDA]]></category>
		<category><![CDATA[opcode]]></category>
		<category><![CDATA[opcodes table]]></category>
		<category><![CDATA[SBC]]></category>
		<category><![CDATA[Website update]]></category>

		<guid isPermaLink="false">http://6502assembly.wordpress.com/?p=42</guid>
		<description><![CDATA[The instruction sets manual for the Arithmetic Operations have been updated.  The updated pages involved: Arithmetic Operations ADC &#8211; ADC, Add with Carry DEC &#8211; DEC, Decrement Memory DEX &#8211; DEX, Decrement X DEY &#8211; DEY, Decrement Y INC &#8211; INC, Increment Memory INX, INX &#8211; Increment register X INY &#8211; INY, Increment Y SBC [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=6502assembly.wordpress.com&amp;blog=14719501&amp;post=42&amp;subd=6502assembly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The instruction sets manual for the Arithmetic Operations have been updated.  The updated pages involved:</p>
<ol>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/6502-instruction-set-arithmetic">Arithmetic Operations</a><a href="http://www.6502.buss.hk/6502-instruction-set/adc"></a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/adc">ADC &#8211; ADC, Add with Carry</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/dec">DEC &#8211; DEC, Decrement Memory</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/dex">DEX &#8211; DEX, Decrement X</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/dey">DEY &#8211; DEY, Decrement Y</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/inc">INC &#8211; INC, Increment Memory</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/inx">INX, INX &#8211; Increment register X</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/iny">INY &#8211; INY, Increment Y</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/sbc">SBC &#8211; SBC, Subtract with Carry</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set">6502 Instruction Set</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/op-codes-table">Op-codes Table</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/lda/opcode-of-lda">Opcode of LDA Instructions</a></li>
</ol>
<p>Happy Programming</p>
<p>Cloudgen</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/6502assembly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/6502assembly.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/6502assembly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/6502assembly.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/6502assembly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/6502assembly.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/6502assembly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/6502assembly.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/6502assembly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/6502assembly.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/6502assembly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/6502assembly.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/6502assembly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/6502assembly.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=6502assembly.wordpress.com&amp;blog=14719501&amp;post=42&amp;subd=6502assembly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://6502assembly.wordpress.com/2010/08/06/update-august-6-2010-6502-assembly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9901be4ac17da965e9478fbbb7f319f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudgen</media:title>
		</media:content>
	</item>
		<item>
		<title>Update July 26, 6502 Assembly</title>
		<link>http://6502assembly.wordpress.com/2010/07/25/update-july-26-6502-assembly/</link>
		<comments>http://6502assembly.wordpress.com/2010/07/25/update-july-26-6502-assembly/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 23:48:53 +0000</pubDate>
		<dc:creator>cloudgen</dc:creator>
				<category><![CDATA[6502 Assembly]]></category>
		<category><![CDATA[6502 instruction set]]></category>
		<category><![CDATA[AND]]></category>
		<category><![CDATA[EOR]]></category>
		<category><![CDATA[Logical operations]]></category>
		<category><![CDATA[ORA]]></category>
		<category><![CDATA[Website update]]></category>

		<guid isPermaLink="false">http://6502assembly.wordpress.com/?p=38</guid>
		<description><![CDATA[The Logical Operations session of the 6502 Instruction set has been updated, the following pages have been involved: AND, AND &#8211; Logical AND EOR, EOR &#8211; Exclusive OR ORA, ORA &#8211; ORA with Accumulator Happy Programming , Cloudgen<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=6502assembly.wordpress.com&amp;blog=14719501&amp;post=38&amp;subd=6502assembly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.6502.buss.hk/6502-instruction-set/6502-instruction-set-logical">Logical Operations </a>session of the <a href="http://www.6502.buss.hk/6502-instruction-set">6502 Instruction set </a>has been updated, the following pages have been involved:</p>
<ul>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/and">AND, AND &#8211; Logical AND</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/eor">EOR, EOR &#8211; Exclusive OR</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/ora">ORA, ORA &#8211; ORA with Accumulator</a></li>
</ul>
<p>Happy Programming ,</p>
<p>Cloudgen</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/6502assembly.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/6502assembly.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/6502assembly.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/6502assembly.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/6502assembly.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/6502assembly.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/6502assembly.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/6502assembly.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/6502assembly.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/6502assembly.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/6502assembly.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/6502assembly.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/6502assembly.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/6502assembly.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=6502assembly.wordpress.com&amp;blog=14719501&amp;post=38&amp;subd=6502assembly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://6502assembly.wordpress.com/2010/07/25/update-july-26-6502-assembly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9901be4ac17da965e9478fbbb7f319f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudgen</media:title>
		</media:content>
	</item>
		<item>
		<title>Update July 24, 6502 Assembly</title>
		<link>http://6502assembly.wordpress.com/2010/07/24/update-july-24-6502-assembly/</link>
		<comments>http://6502assembly.wordpress.com/2010/07/24/update-july-24-6502-assembly/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 01:50:06 +0000</pubDate>
		<dc:creator>cloudgen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[PHA]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PLA]]></category>
		<category><![CDATA[PLP]]></category>
		<category><![CDATA[Stacks Related Operations]]></category>
		<category><![CDATA[Status Register]]></category>
		<category><![CDATA[Website update]]></category>

		<guid isPermaLink="false">http://6502assembly.wordpress.com/?p=35</guid>
		<description><![CDATA[Four instructions under the categories of  Stacks Related Operations have been updated: PHA &#8212;    PHA stands for PusH Accumulator PHP &#8212;    PHP stands for PusH Processor status (SR) PLA &#8212;    PLA stands for PulL Accumulator PLP &#8212;    PLP stands for PulL Processor status (SR) Happy Programming, Cloudgen<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=6502assembly.wordpress.com&amp;blog=14719501&amp;post=35&amp;subd=6502assembly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Four instructions under the categories of  <a href="http://www.6502.buss.hk/6502-instruction-set/6502-instruction-set-stack">Stacks Related Operations</a> have been updated:</p>
<ol>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/pha">PHA</a> &#8212;    PHA stands for <a href="http://www.6502.buss.hk/6502-instruction-set/pha">PusH Accumulator</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/php">PHP</a> &#8212;    PHP stands for <a href="http://www.6502.buss.hk/6502-instruction-set/php">PusH Processor status</a> (<a href="http://www.6502.buss.hk/6502-architecture/registerstatus">SR</a>)</li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/pla">PLA</a> &#8212;    PLA stands for <a href="http://www.6502.buss.hk/6502-instruction-set/pla">PulL Accumulator</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/plp">PLP</a> &#8212;    PLP stands for <a href="http://www.6502.buss.hk/6502-instruction-set/plp">PulL Processor status</a> (<a href="http://www.6502.buss.hk/6502-architecture/registerstatus">SR</a>)</li>
</ol>
<p>Happy Programming,</p>
<p>Cloudgen</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/6502assembly.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/6502assembly.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/6502assembly.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/6502assembly.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/6502assembly.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/6502assembly.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/6502assembly.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/6502assembly.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/6502assembly.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/6502assembly.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/6502assembly.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/6502assembly.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/6502assembly.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/6502assembly.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=6502assembly.wordpress.com&amp;blog=14719501&amp;post=35&amp;subd=6502assembly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://6502assembly.wordpress.com/2010/07/24/update-july-24-6502-assembly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9901be4ac17da965e9478fbbb7f319f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudgen</media:title>
		</media:content>
	</item>
		<item>
		<title>Update Content 23/7, 6502 Assembly</title>
		<link>http://6502assembly.wordpress.com/2010/07/23/update-content-237-6502-assembly/</link>
		<comments>http://6502assembly.wordpress.com/2010/07/23/update-content-237-6502-assembly/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 10:31:13 +0000</pubDate>
		<dc:creator>cloudgen</dc:creator>
				<category><![CDATA[6502 Assembly]]></category>
		<category><![CDATA[6502 assembly]]></category>
		<category><![CDATA[6502 instruction set]]></category>
		<category><![CDATA[Register Transfer Operations]]></category>
		<category><![CDATA[TAX]]></category>
		<category><![CDATA[TAY]]></category>
		<category><![CDATA[TSX]]></category>
		<category><![CDATA[TXA]]></category>
		<category><![CDATA[TXS]]></category>
		<category><![CDATA[TYA]]></category>
		<category><![CDATA[Website update]]></category>

		<guid isPermaLink="false">http://6502assembly.wordpress.com/?p=28</guid>
		<description><![CDATA[This morning, before I left my home, I had updated Register Transfer Operations session of the 6502 instruction set manual. There are totally six commands have been updated: TAX TAY TXA TYA TSX TXS I have found out and removed some strange links generated from google site.  These were caused by links consisting different fonts [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=6502assembly.wordpress.com&amp;blog=14719501&amp;post=28&amp;subd=6502assembly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This morning, before I left my home, I had updated <a href="http://www.6502.buss.hk/6502-instruction-set/6502-instruction-set-register">Register Transfer Operations</a> session of the <a href="http://www.6502.buss.hk/6502-instruction-set">6502 instruction set</a> manual.</p>
<p>There are totally six commands have been updated:</p>
<ol>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/tax">TAX</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/tay">TAY</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/txa">TXA</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/tya">TYA</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/tsx">TSX</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/txs">TXS</a></li>
</ol>
<p>I have found out and removed some strange links generated from google site.  These were caused by links consisting different fonts setting.  That&#8217;s why some strange page have been found from google search on my website. Another problem is that, when I use IE 8 to edition the 6502 website, I found I cannot scroll down when I have click the view HTML button in the google site interface.  So, I had to edit the page using Firefox this morning.</p>
<p>Happy Programming,</p>
<p>Clougen</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/6502assembly.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/6502assembly.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/6502assembly.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/6502assembly.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/6502assembly.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/6502assembly.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/6502assembly.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/6502assembly.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/6502assembly.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/6502assembly.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/6502assembly.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/6502assembly.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/6502assembly.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/6502assembly.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=6502assembly.wordpress.com&amp;blog=14719501&amp;post=28&amp;subd=6502assembly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://6502assembly.wordpress.com/2010/07/23/update-content-237-6502-assembly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9901be4ac17da965e9478fbbb7f319f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudgen</media:title>
		</media:content>
	</item>
		<item>
		<title>Update Content on July 22, 6502 Assembly</title>
		<link>http://6502assembly.wordpress.com/2010/07/22/update-content-on-july-22-6502-assembly/</link>
		<comments>http://6502assembly.wordpress.com/2010/07/22/update-content-on-july-22-6502-assembly/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 10:28:41 +0000</pubDate>
		<dc:creator>cloudgen</dc:creator>
				<category><![CDATA[6502 Assembly]]></category>
		<category><![CDATA[LDA]]></category>
		<category><![CDATA[LDX]]></category>
		<category><![CDATA[LDY]]></category>
		<category><![CDATA[STA]]></category>
		<category><![CDATA[STY]]></category>
		<category><![CDATA[STZ]]></category>
		<category><![CDATA[Website update]]></category>

		<guid isPermaLink="false">http://6502assembly.wordpress.com/?p=25</guid>
		<description><![CDATA[Today, I&#8217;ve spent some time to review the content of the 6502 Assembly Web-site. I found the description of all the 6502 instruction-sets are too concise and I need to rewrite them all. However, it involves more than 60 pages, so I cannot rewrite them all at once. The first batch of the 6502 instruction [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=6502assembly.wordpress.com&amp;blog=14719501&amp;post=25&amp;subd=6502assembly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today, I&#8217;ve spent some time to review the content of the <a href="http://www.6502.buss.hk">6502 Assembly</a> Web-site. I found the description of all the <a href="http://www.6502.buss.hk/6502-instruction-set">6502 instruction-sets</a> are too concise and I need to rewrite them all.</p>
<p>However, it involves more than 60 pages, so I cannot rewrite them all at once.  The first batch of the 6502 instruction sets involves <a href="http://www.6502.buss.hk/6502-instruction-set/6502-instruction-set-memory">Memory Operation</a> and I completed rewriting this morning.</p>
<p>These include the following pages:</p>
<ol>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/lda">LDA &#8211; LDA Instruction, Load Accumulator</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/ldx">LDX &#8211; LDX Instruction, Load X</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/ldy">LDY &#8211; LDY Instruction, Load Y</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/sta">STA &#8211; STA Instruction, Store Accumulator</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/stx">STX &#8211; STX Instruction, Store X</a></li>
<li><a href="http://www.6502.buss.hk/6502-instruction-set/sty">STY &#8211; STY Instruction, Store Y</a></li>
</ol>
<p>They are about 1/10 of the pages.  Stop by now,</p>
<p>Happy Programming,</p>
<p>Cloudgen</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/6502assembly.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/6502assembly.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/6502assembly.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/6502assembly.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/6502assembly.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/6502assembly.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/6502assembly.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/6502assembly.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/6502assembly.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/6502assembly.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/6502assembly.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/6502assembly.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/6502assembly.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/6502assembly.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=6502assembly.wordpress.com&amp;blog=14719501&amp;post=25&amp;subd=6502assembly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://6502assembly.wordpress.com/2010/07/22/update-content-on-july-22-6502-assembly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9901be4ac17da965e9478fbbb7f319f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudgen</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome to the world of 6502!</title>
		<link>http://6502assembly.wordpress.com/2010/07/16/hello-world/</link>
		<comments>http://6502assembly.wordpress.com/2010/07/16/hello-world/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 13:29:18 +0000</pubDate>
		<dc:creator>cloudgen</dc:creator>
				<category><![CDATA[6502 Assembly]]></category>

		<guid isPermaLink="false">http://6502assembly.wordpress.com/?p=1</guid>
		<description><![CDATA[I&#8217;ve been doing equipment design since 2006.  I started by using a Megawin 6502 MPU writing code for communication to a PC using USB. The experiment board also include several push buttons, Flash Memory and FRAM.  I found myself interested in programming 6502 Assembly language. After some years,  I don&#8217;t want part of my works [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=6502assembly.wordpress.com&amp;blog=14719501&amp;post=1&amp;subd=6502assembly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing equipment design since 2006.  I started by using a Megawin 6502 MPU writing code for communication to a PC using USB. The experiment board also include several push buttons, Flash Memory and FRAM.  I found myself interested in programming 6502 Assembly language.</p>
<p>After some years,  I don&#8217;t want part of my works only stored in one of my portable hard disk.  I may lost all the data if the hard disk is corrupted.  So, I set up the <a href="http://www.6502.buss.hk">6502 Assembly website</a> for organizing the material related to the topics.</p>
<p>Actually, my first 6502 program was written in 1988 (I was a small boy at that year) using an Apple II computer.  I am still remember the happiness, at that time, people treated you as a genius if you could write assembly programs.</p>
<p>By the way, that&#8217;s only part of my memory. I still enjoy writing 6502 assembly nowadays.  So, why not give a warm welcome to the world of 6502 Assembly.</p>
<p>Happy Programming,</p>
<p>Cloudgen</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/6502assembly.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/6502assembly.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/6502assembly.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/6502assembly.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/6502assembly.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/6502assembly.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/6502assembly.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/6502assembly.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/6502assembly.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/6502assembly.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/6502assembly.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/6502assembly.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/6502assembly.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/6502assembly.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=6502assembly.wordpress.com&amp;blog=14719501&amp;post=1&amp;subd=6502assembly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://6502assembly.wordpress.com/2010/07/16/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9901be4ac17da965e9478fbbb7f319f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudgen</media:title>
		</media:content>
	</item>
	</channel>
</rss>
