<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The TRS-80/Tandy Color Computer SuperSite! &#187; Rainbow IDE</title>
	<atom:link href="http://www.coco3.com/community/category/programming/rainbow-ide/feed" rel="self" type="application/rss+xml" />
	<link>http://www.coco3.com/community</link>
	<description>A Rainbow 30 Years Wide!  Long Live The CoCo</description>
	<lastBuildDate>Sat, 04 Feb 2012 03:58:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<atom:link rel="next" href="http://www.coco3.com/community/category/programming/rainbow-ide/feed?page=2" />

		<item>
		<title>registration issues</title>
		<link>http://www.coco3.com/community/2011/11/registration-issues</link>
		<comments>http://www.coco3.com/community/2011/11/registration-issues#comments</comments>
		<pubDate>Wed, 09 Nov 2011 02:53:42 +0000</pubDate>
		<dc:creator>Bill Pierce</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Rainbow IDE]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/?p=29456</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know who&#8217;s in charge of registration of RainbowIDE now since the remodel&#8230; but what I would like to know is this&#8230;<br />
I aquired my Raindow IDE registration when I bought my COCO DVD a few years back. my old computer died (along with ut&#8217;s hard drive) and I lost all my files. I pulled the DVD out ant my new computer would not even recognize it. I didn&#8217;t worry too much as most of the stuff is in various places on the net. I downloaded 2 versions of Rainbow IDE (1.4 &amp; 1.6 I think) and my old key would not work with them. Do I have to buy another copy of this? I don&#8217;t really mind&#8230; but would kike to know before I shell out more bucks.</p>
<p>Thanks in Advance<br />
Bill Pierce</p>
<p>This post was submitted by Bill Pierce.</p>]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/2011/11/registration-issues/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CCASM 6809/6309 Cross Assembler</title>
		<link>http://www.coco3.com/community/2009/09/ccasm-68096309-cross-assembler</link>
		<comments>http://www.coco3.com/community/2009/09/ccasm-68096309-cross-assembler#comments</comments>
		<pubDate>Sun, 06 Sep 2009 21:38:11 +0000</pubDate>
		<dc:creator>Roger</dc:creator>
				<category><![CDATA[Rainbow IDE]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/?p=141</guid>
		<description><![CDATA[<a href="http://www.coco3.com/community/2009/09/ccasm-68096309-cross-assembler" title="CCASM 6809/6309 Cross Assembler"><img src="http://www.coco3.com/community/wp-content/uploads/yapb_cache/ccasmopen.46ie9pmiziec4gg80wkoc4ksg.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="180" alt="CCASM 6809/6309 Cross Assembler" style="float:left;padding:0 10px 10px 0;" ></a>]]></description>
			<content:encoded><![CDATA[<a href="http://www.coco3.com/community/2009/09/ccasm-68096309-cross-assembler" title="CCASM 6809/6309 Cross Assembler"><img src="http://www.coco3.com/community/wp-content/uploads/yapb_cache/ccasmopen.46ie9pmiziec4gg80wkoc4ksg.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="180" alt="CCASM 6809/6309 Cross Assembler" style="float:left;padding:0 10px 10px 0;" ></a><table style="border: 1px dashed #bbbbbb; width: 90%;" border="0" cellspacing="0" cellpadding="4" align="center">
<tbody>
<tr>
<td style="border: 1px dashed #bbbbbb;" valign="middle">
<ul>
<li><strong>DESCRIPTION &#8211; </strong><strong>CCASM</strong> is a Windows command-prompt <strong>machine language assembler</strong> able to use existing CoCo source code or source code edited on the <strong>PC</strong> and assemble the binary(s) to various formats such as the CoCo &#8216;LOADM&#8217; format, and as multi-size EPROM/ROM image files, and more.With all the emulators in use today, this is a <strong>great</strong> tool for 6809/6309/CoCo/Vectrex programmers to create software from a better environment. Writing machine-language programs is now easier than ever.Assembled programs can be run on a Tandy Color Computer 1/2/3, Vectrex, or any 6809/6309 machine.</li>
<li><strong>EFFICIENCY &#8211; </strong>The assembler size is ~318kb.The assembly process is quick, even for large programs. Assembled programs can sometimes be smaller than the EDTASM version using the same source code. LOADMable programs are typically assembled to smaller file sizes than what EDTASM normally produces.</li>
<li><strong>LINE FORMATS</strong> &#8211; Various CR/LF schemes are supported, allowing CCASM to read and assemble source code created using your favorite CoCo or PC text editor.</li>
<li><strong>INCLUDE LEVELS -</strong> Each source code file can also INCLUDE other files, giving you a worry-free nested source code structure.</li>
<li><strong>DATA STRUCTURES AND OBJECTS -</strong><strong> Data structures</strong> can be created that have any number of fields. New structures can inherit the fields of another structure and can add their own fields. Support for <strong>object-oriented programming</strong> is being improved to allow an easier way to create classes, derived classes, methods, objects, etc.</li>
<li><strong>ERROR DUMPING &#8211; </strong>Assembly errors can optionally be dumped to an error file describing each line that needs attention. The Portal-9 and <a href="http://www.rainbowide.com/">Rainbow IDE</a> use this error file to show you (by highlighting) what lines need attention.</li>
<li><strong>TARGET CPU -</strong> CCASM is designed exclusively for the 6809 and 6309 CPUs, regardless of the machine or board being used. All 6809 and 6309 instruction possibilities are supported.</li>
<li><strong> PROCEDURES!</strong> &#8211; Yes, you can declare and call procedures, complete with parameters and/or local variables and static variables, and nesting ability! This is truly a <strong>huge leap in power</strong>. You can create and use source-based <strong>libraries</strong>, making assembly even that much more easier to use in the future.</li>
<li><strong>EXPRESSION EVALUATOR</strong> &#8211; CCASM has a very nice mathematical expression evaluator, able to crunch down some of the meanest expressions, with more operations than EDTASM or RMA. Functions are also available like sizof{structure} which computes the size of any data structure or union.</li>
<li><strong>NESTED </strong><strong>CONDITIONAL ASSEMBLY</strong> &#8211; Conditional assembly is supported via the <strong>if/endif</strong> and <strong>ifp1/endc</strong> directives, letting you enable or disable sections of source code to be assembled. By enclosing sections of code within conditional statements, you can maintain one source code file for different versions of the program to be assembled. There are many nice uses for conditional assembly.</li>
<li><strong>PLANNED FEATURES</strong><strong> &#8211; Macros. </strong>CCASM will allow you to build your own psuedo-instructions or even modify existing instructions by way of a powerful MACRO function.<br />
<strong>Linux.</strong> A port of CCASM to the Linux operating system is in the works. However, the WIndows version of CCASM works in Linux if you have the WINE system installed (Windows API translator).  This allows Windows apps to work as-is from within Linux!</p>
<p>UPDATE! <strong>On 8-23-07</strong>, CCASM was ported to Linux.  Thorough testing will be done before any official release.</li>
</ul>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/2009/09/ccasm-68096309-cross-assembler/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>os9 .dsk image</title>
		<link>http://www.coco3.com/community/2009/06/os9-dsk-image</link>
		<comments>http://www.coco3.com/community/2009/06/os9-dsk-image#comments</comments>
		<pubDate>Fri, 26 Jun 2009 20:51:46 +0000</pubDate>
		<dc:creator>Randy</dc:creator>
				<category><![CDATA[Rainbow IDE]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/2009/06/os9-dsk-image/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>I assembled source code for a date module, and it seems to have gone well after I found an os9 defs file. Now I need to make a virtual disk, I can&#8217;t seem to make any that work from separate programs/modules. Do I need to specify an assembler? Is it copy or os9 module? Probably I need os9.exe, but what disk format should it be to make a physical os9 disk? I need a set of options that will work&#8230;Thanks, Randy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/2009/06/os9-dsk-image/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Rainbow IDE 1.6 is really super</title>
		<link>http://www.coco3.com/community/2009/06/rainbow-ide-1-6-is-really-super</link>
		<comments>http://www.coco3.com/community/2009/06/rainbow-ide-1-6-is-really-super#comments</comments>
		<pubDate>Sun, 07 Jun 2009 12:10:39 +0000</pubDate>
		<dc:creator>earlcasper</dc:creator>
				<category><![CDATA[Rainbow IDE]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/2009/06/rainbow-ide-1-6-is-really-super/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>I recently downloaded Rainbow IDE 1.6 It&#8217;s advertised as beta, but I found that with a bit of tinkering, it was vastly superior to 1.4 <img src='http://www.coco3.com/community/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  I was so pleased that I sent in for another 2 site license even though I might have gotten by with the second site of my last two site license. Last time I paid with my pay pal account and it took forever to get a key. <img src='http://www.coco3.com/community/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  This time I tried a credit card. I&#8217;m hoping that my key will come soon. It&#8217;s quite usable even without the key, but I think that the key will make the experience even more pleasant. <img src='http://www.coco3.com/community/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/2009/06/rainbow-ide-1-6-is-really-super/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Downloading Rainbow</title>
		<link>http://www.coco3.com/community/2009/06/downloading-rainbow</link>
		<comments>http://www.coco3.com/community/2009/06/downloading-rainbow#comments</comments>
		<pubDate>Sat, 06 Jun 2009 12:50:00 +0000</pubDate>
		<dc:creator>earlcasper</dc:creator>
				<category><![CDATA[Rainbow IDE]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/2009/06/downloading-rainbow/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t seem to download either rainbow IDE or the bios collection. A task bar shows up at the bottom of my browser, so something is happening, but I can&#8217;t find anything afterwords. <img src='http://www.coco3.com/community/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/2009/06/downloading-rainbow/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CoCo II on Rainbow IDE 1.4</title>
		<link>http://www.coco3.com/community/2008/10/coco-ii-on-rainbow-ide-1-4</link>
		<comments>http://www.coco3.com/community/2008/10/coco-ii-on-rainbow-ide-1-4#comments</comments>
		<pubDate>Fri, 10 Oct 2008 06:00:12 +0000</pubDate>
		<dc:creator>earlcasper</dc:creator>
				<category><![CDATA[Rainbow IDE]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/2008/10/coco-ii-on-rainbow-ide-1-4/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m developing a Rainbow like IDE for CoCoNut, a CoCo emulator for the Palm Pilot, and using Rainbow for the CoCo part. I was disappointed with Rainbow at first when I tried to use it with the CoCo II set, but I discovered that it works really great for the CoCo III, and by poking &#038;HFFDE you can make a CoCo III work enough like a CoCo II for my purposes, so I&#8217;m very happy <img src='http://www.coco3.com/community/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  <br />- Earl</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/2008/10/coco-ii-on-rainbow-ide-1-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some newbie questions&#8230;</title>
		<link>http://www.coco3.com/community/2008/04/some-newbie-questions</link>
		<comments>http://www.coco3.com/community/2008/04/some-newbie-questions#comments</comments>
		<pubDate>Thu, 10 Apr 2008 03:50:25 +0000</pubDate>
		<dc:creator>Lagrangian</dc:creator>
				<category><![CDATA[Rainbow IDE]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/2008/04/some-newbie-questions/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>I realize that Rainbow is primarly geared toward assembly language programmers, but is it possible to make a Rainbow project consisting of BASIC file(s)?  I realize they don&#8217;t have to be compiled (though I suppose they could be tokenized rather than being stored as straight ASCII on disk).</p>
<p>How do you do this?  I tried adding a &#8220;Source&#8221; file called hello.bas to a new Project, but I couldn&#8217;t figure out how to get Rainbow to build a disk image with that file.  Whenever I would build, it would say it was skipping the file because no output type was specified.  So then I specified &#8220;tokenized BASIC&#8221;, but it still didn&#8217;t do anything when I hit the build button.  (If it matters, I [b:6cd3d4e4a9]am[/b:6cd3d4e4a9] a registered owner).</p>
<p>Another question &#8212; am I correct in assuming that if one has multiple buildable files in the project you&#8217;ll end up with multiple files on the final .dsk?</p>
<p>Finally (and I know not strictly Rainbow) &#8212; once you have a .dsk (either from Rainbow or downloaded), how do you make a CoCo-compatible floppy out of it (assuming you have a 3.5&#8243; or 5.25&#8243; drive connected to your PC)?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/2008/04/some-newbie-questions/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Rainbow IDE Serial</title>
		<link>http://www.coco3.com/community/2008/03/rainbow-ide-serial</link>
		<comments>http://www.coco3.com/community/2008/03/rainbow-ide-serial#comments</comments>
		<pubDate>Tue, 25 Mar 2008 07:29:12 +0000</pubDate>
		<dc:creator>atilla457</dc:creator>
				<category><![CDATA[Rainbow IDE]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/2008/03/rainbow-ide-serial/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I ordered the rainbow ide using the link on the home page yesterday.  I am wondering how long it takes to receive the serial number.</p>
<p>do you know who to contact?</p>
<p>thanks.</p>
<p>Erturk</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/2008/03/rainbow-ide-serial/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stupid questions, but &#8230;</title>
		<link>http://www.coco3.com/community/2007/10/stupid-questions-but</link>
		<comments>http://www.coco3.com/community/2007/10/stupid-questions-but#comments</comments>
		<pubDate>Mon, 29 Oct 2007 06:56:17 +0000</pubDate>
		<dc:creator>fishlock</dc:creator>
				<category><![CDATA[Rainbow IDE]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/2007/10/stupid-questions-but/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>I am starting by trying to compile some of the sample projects in the Rainbow IDE projects area.</p>
<p>When I do, some of the files compile, but for most of them, I get the message:<br />&#8220;skipping *.SRC because no source code processor was specified&#8221;</p>
<p>Now I have set CCASM in the assembler options, so can anyone tell me what I&#8217;m doing wrong ?  I can&#8217;t seem to find much help on this within the IDE itself.</p>
<p>Hopefully once I work it out I should be able to get stuck into some programming.</p>
<p>Thanks in advance to anyone with Rainbow IDE experience who is willing to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/2007/10/stupid-questions-but/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>how do you create an os9 disk image with rainbow ide?</title>
		<link>http://www.coco3.com/community/2007/10/how-do-you-create-an-os9-disk-image-with-rainbow-ide</link>
		<comments>http://www.coco3.com/community/2007/10/how-do-you-create-an-os9-disk-image-with-rainbow-ide#comments</comments>
		<pubDate>Sun, 21 Oct 2007 12:58:34 +0000</pubDate>
		<dc:creator>drakahn</dc:creator>
				<category><![CDATA[Rainbow IDE]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/2007/10/how-do-you-create-an-os9-disk-image-with-rainbow-ide/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>like the subject says, ive tried various options to create an os9 disk image  with a text file in it. at the moment i am trying to create a startup file that would startup multiview. however i couldnt get the ide to create the image file. and im not sure what settings i need to use to create the immage.</p>
<p>however i did use the ide as a text editor and saved the startup file to my desktop and used winimage to move the startup file i wrote onto an already creaded os9 dsk image. and what i ended up with was a startup file that wouldnt run because it seems that all the lines were doublespaced. so it seems im not seting something up. so seem to be stuck using the edit or tsedit command until i can figure out how to get the ide to create a disk image for os9?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/2007/10/how-do-you-create-an-os9-disk-image-with-rainbow-ide/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>couple of questions</title>
		<link>http://www.coco3.com/community/2007/09/couple-of-questions</link>
		<comments>http://www.coco3.com/community/2007/09/couple-of-questions#comments</comments>
		<pubDate>Fri, 07 Sep 2007 08:34:26 +0000</pubDate>
		<dc:creator>drakahn</dc:creator>
				<category><![CDATA[Rainbow IDE]]></category>

		<guid isPermaLink="false">http://www.coco3.com/community/2007/09/couple-of-questions/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>i have the trial/shareware version of the rainbow ide and mess set up actualy ive had it set up for a while but have been unable to get consistent compiles with it sometimes i end up with empty disk images. does any one know where i can get some referance documents or books to use it, im thinking its something small that im forgetting with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coco3.com/community/2007/09/couple-of-questions/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

