<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: New Instruction Set Documentation</title>
	<atom:link href="http://www.coco3.com/community/2010/03/new-instruction-set-documentation/feed" rel="self" type="application/rss+xml" />
	<link>http://www.coco3.com/community/2010/03/new-instruction-set-documentation</link>
	<description>A Rainbow 30 Years Wide!  Long Live The CoCo</description>
	<lastBuildDate>Thu, 09 Sep 2010 09:10:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: hhos</title>
		<link>http://www.coco3.com/community/2010/03/new-instruction-set-documentation/comment-page-1#comment-58300</link>
		<dc:creator>hhos</dc:creator>
		<pubDate>Sun, 21 Mar 2010 02:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.coco3.com/community/?p=26741#comment-58300</guid>
		<description>Do you have that MC6800 schematic as a computer file of kind? If so, I&#039;d like to see it, just out of curiosity. And who knows, maybe to learn something about just how complex a CPU is?</description>
		<content:encoded><![CDATA[<p>Do you have that MC6800 schematic as a computer file of kind? If so, I&#8217;d like to see it, just out of curiosity. And who knows, maybe to learn something about just how complex a CPU is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buckanear</title>
		<link>http://www.coco3.com/community/2010/03/new-instruction-set-documentation/comment-page-1#comment-58291</link>
		<dc:creator>buckanear</dc:creator>
		<pubDate>Sat, 20 Mar 2010 16:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.coco3.com/community/?p=26741#comment-58291</guid>
		<description>All

The opcodes are designed to encode both function and addressing mode. The addition of the post byte is needed to allow for more flexible indexed addressing mode as well as the indirect indexed mode. Unlike the 6800 and the HC11, the indexed mode of the opcodes are not hard enocded with the target register. The target register is contained within the post byte. This allows all four pointer registers to be used in indexed mode. Unlike the HC11 which is only the X and Y register.

The MC6809 has 59 instructions. Some are 8 bit mode and some are 16 bit mode. Along with that and indirect addressing mode, Motorola had to expand beyond a 256 byte page. Opcodes $10 are $11 are in reality page switch opcodes. Often called &quot;prebyte&quot;. /editorial comment I hate that term &quot;prebyte&quot; /end editorial comment. Motorola has a patent on that feature for the 6809. The two opcodes either switch register usage in indexed mode or alter the main instruction. If you search the patents on the MC6800, you will see that the MC6809 is patterned after that. The discrete control logic takes up a huge amount of space on the die. 

I have the schematic for the MC6800 that was published in one of the patents. It is huge, E size page at least. 

regards

james</description>
		<content:encoded><![CDATA[<p>All</p>
<p>The opcodes are designed to encode both function and addressing mode. The addition of the post byte is needed to allow for more flexible indexed addressing mode as well as the indirect indexed mode. Unlike the 6800 and the HC11, the indexed mode of the opcodes are not hard enocded with the target register. The target register is contained within the post byte. This allows all four pointer registers to be used in indexed mode. Unlike the HC11 which is only the X and Y register.</p>
<p>The MC6809 has 59 instructions. Some are 8 bit mode and some are 16 bit mode. Along with that and indirect addressing mode, Motorola had to expand beyond a 256 byte page. Opcodes $10 are $11 are in reality page switch opcodes. Often called &#8220;prebyte&#8221;. /editorial comment I hate that term &#8220;prebyte&#8221; /end editorial comment. Motorola has a patent on that feature for the 6809. The two opcodes either switch register usage in indexed mode or alter the main instruction. If you search the patents on the MC6800, you will see that the MC6809 is patterned after that. The discrete control logic takes up a huge amount of space on the die. </p>
<p>I have the schematic for the MC6800 that was published in one of the patents. It is huge, E size page at least. </p>
<p>regards</p>
<p>james</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarrenA</title>
		<link>http://www.coco3.com/community/2010/03/new-instruction-set-documentation/comment-page-1#comment-58206</link>
		<dc:creator>DarrenA</dc:creator>
		<pubDate>Fri, 12 Mar 2010 00:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.coco3.com/community/?p=26741#comment-58206</guid>
		<description>Many sources were used to gather information for the document, but little came directly from the Oh! FM article due to the language barrier.  The design of the opcode map in that article was definitely the inspiration for the one that appears in the reference.  The format used in other parts of the document is based on that found in the Motorola 6809 Microprocessor Programming Manual.</description>
		<content:encoded><![CDATA[<p>Many sources were used to gather information for the document, but little came directly from the Oh! FM article due to the language barrier.  The design of the opcode map in that article was definitely the inspiration for the one that appears in the reference.  The format used in other parts of the document is based on that found in the Motorola 6809 Microprocessor Programming Manual.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lost</title>
		<link>http://www.coco3.com/community/2010/03/new-instruction-set-documentation/comment-page-1#comment-58205</link>
		<dc:creator>lost</dc:creator>
		<pubDate>Fri, 12 Mar 2010 00:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.coco3.com/community/?p=26741#comment-58205</guid>
		<description>It&#039;s great to see this reference released to the world. I&#039;ve had a copy of it for some time now and found it extraordinarily useful during my programming endeavours. In particular, the format of the document is very clear.</description>
		<content:encoded><![CDATA[<p>It&#8217;s great to see this reference released to the world. I&#8217;ve had a copy of it for some time now and found it extraordinarily useful during my programming endeavours. In particular, the format of the document is very clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: briza</title>
		<link>http://www.coco3.com/community/2010/03/new-instruction-set-documentation/comment-page-1#comment-58203</link>
		<dc:creator>briza</dc:creator>
		<pubDate>Thu, 11 Mar 2010 23:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.coco3.com/community/?p=26741#comment-58203</guid>
		<description>Hi DarrenA.

Torsten in Germany asked me to put up a post for him.

torstencito: has the original (Japanese) Oh!FM article been used to create the tables?
torstencito: or at least: has the information been crosschecked against the Oh!FM info?
 (e.g. table on page 6 might be used, even without knowng japanese)

Here&#039;s a link to this article!!!!

http://tinyurl.com/yhl988j

laters

Briza</description>
		<content:encoded><![CDATA[<p>Hi DarrenA.</p>
<p>Torsten in Germany asked me to put up a post for him.</p>
<p>torstencito: has the original (Japanese) Oh!FM article been used to create the tables?<br />
torstencito: or at least: has the information been crosschecked against the Oh!FM info?<br />
 (e.g. table on page 6 might be used, even without knowng japanese)</p>
<p>Here&#8217;s a link to this article!!!!</p>
<p><a href="http://tinyurl.com/yhl988j" rel="nofollow">http://tinyurl.com/yhl988j</a></p>
<p>laters</p>
<p>Briza</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarrenA</title>
		<link>http://www.coco3.com/community/2010/03/new-instruction-set-documentation/comment-page-1#comment-58197</link>
		<dc:creator>DarrenA</dc:creator>
		<pubDate>Thu, 11 Mar 2010 16:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.coco3.com/community/?p=26741#comment-58197</guid>
		<description>Indeed.  The [,r+] and [,-r] modes seem to work fine on the 6809, and I have yet to figure out the reason behind Motorola saying otherwise (I assume there must be one).  You certainly shouldn&#039;t use them if you want your code to work on a 6309.  On that CPU the [,r+] postbytes are new modes involving the W accumulator, and the [,-r] postbytes will produce an Illegal Instruction exception.</description>
		<content:encoded><![CDATA[<p>Indeed.  The [,r+] and [,-r] modes seem to work fine on the 6809, and I have yet to figure out the reason behind Motorola saying otherwise (I assume there must be one).  You certainly shouldn&#8217;t use them if you want your code to work on a 6309.  On that CPU the [,r+] postbytes are new modes involving the W accumulator, and the [,-r] postbytes will produce an Illegal Instruction exception.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sixxie</title>
		<link>http://www.coco3.com/community/2010/03/new-instruction-set-documentation/comment-page-1#comment-58195</link>
		<dc:creator>sixxie</dc:creator>
		<pubDate>Thu, 11 Mar 2010 12:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.coco3.com/community/?p=26741#comment-58195</guid>
		<description>In indexed addressing, I think I determined that (on a 6809) [,r+] and [,-r] both worked as expected, and 1xx01010 did a strange thing where ea = pc &#124; 0xff.  I think 10001111 does what you&#039;d expect too, though it&#039;s not very useful.</description>
		<content:encoded><![CDATA[<p>In indexed addressing, I think I determined that (on a 6809) [,r+] and [,-r] both worked as expected, and 1xx01010 did a strange thing where ea = pc | 0xff.  I think 10001111 does what you&#8217;d expect too, though it&#8217;s not very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.coco3.com/community/2010/03/new-instruction-set-documentation/comment-page-1#comment-58194</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.coco3.com/community/?p=26741#comment-58194</guid>
		<description>Nice work, thanks :)</description>
		<content:encoded><![CDATA[<p>Nice work, thanks <img src='http://www.coco3.com/community/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Potatohead</title>
		<link>http://www.coco3.com/community/2010/03/new-instruction-set-documentation/comment-page-1#comment-58192</link>
		<dc:creator>Potatohead</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.coco3.com/community/?p=26741#comment-58192</guid>
		<description>This is a great reference!!  Thank you very much.

I&#039;ve still got my silver cover, official Moto 6809 programmers guide and always liked the format.  Nice to see the 6309 ops in that context.

Looking at the illegal opcodes section was interesting.  Seems to me moto did a fine job with this CPU, as there are few illegals, which shows a great use of the 8 bit primary opcode space, and where there are holes, the behavior isn&#039;t anywhere near as bizzare as it is on some other CPUs; namely, 6502, which has a lot of holes and does a lot of goofy stuff.</description>
		<content:encoded><![CDATA[<p>This is a great reference!!  Thank you very much.</p>
<p>I&#8217;ve still got my silver cover, official Moto 6809 programmers guide and always liked the format.  Nice to see the 6309 ops in that context.</p>
<p>Looking at the illegal opcodes section was interesting.  Seems to me moto did a fine job with this CPU, as there are few illegals, which shows a great use of the 8 bit primary opcode space, and where there are holes, the behavior isn&#8217;t anywhere near as bizzare as it is on some other CPUs; namely, 6502, which has a lot of holes and does a lot of goofy stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: briza</title>
		<link>http://www.coco3.com/community/2010/03/new-instruction-set-documentation/comment-page-1#comment-58186</link>
		<dc:creator>briza</dc:creator>
		<pubDate>Wed, 10 Mar 2010 11:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.coco3.com/community/?p=26741#comment-58186</guid>
		<description>Thanks DarrenA.

Now I can take a look at this PDF file.</description>
		<content:encoded><![CDATA[<p>Thanks DarrenA.</p>
<p>Now I can take a look at this PDF file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jdiffend</title>
		<link>http://www.coco3.com/community/2010/03/new-instruction-set-documentation/comment-page-1#comment-58184</link>
		<dc:creator>jdiffend</dc:creator>
		<pubDate>Wed, 10 Mar 2010 09:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.coco3.com/community/?p=26741#comment-58184</guid>
		<description>I haven&#039;t gotten to look through the entire thing but it looks very well done.
Thank you very much!</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t gotten to look through the entire thing but it looks very well done.<br />
Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarrenA</title>
		<link>http://www.coco3.com/community/2010/03/new-instruction-set-documentation/comment-page-1#comment-58183</link>
		<dc:creator>DarrenA</dc:creator>
		<pubDate>Wed, 10 Mar 2010 08:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.coco3.com/community/?p=26741#comment-58183</guid>
		<description>Maybe this will work better:

http://www.coco3.com/community/wp-content/uploads/2010/03/6x09_Instruction_Sets.pdf</description>
		<content:encoded><![CDATA[<p>Maybe this will work better:</p>
<p><a href="http://www.coco3.com/community/wp-content/uploads/2010/03/6x09_Instruction_Sets.pdf" rel="nofollow">http://www.coco3.com/community/wp-content/uploads/2010/03/6x09_Instruction_Sets.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: briza</title>
		<link>http://www.coco3.com/community/2010/03/new-instruction-set-documentation/comment-page-1#comment-58182</link>
		<dc:creator>briza</dc:creator>
		<pubDate>Wed, 10 Mar 2010 06:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.coco3.com/community/?p=26741#comment-58182</guid>
		<description>Hi DarrenA.

I would download the PDF, But all I get is a Page not found error.

laters

Briza</description>
		<content:encoded><![CDATA[<p>Hi DarrenA.</p>
<p>I would download the PDF, But all I get is a Page not found error.</p>
<p>laters</p>
<p>Briza</p>
]]></content:encoded>
	</item>
</channel>
</rss>
