<?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>TI-83 Assembly Development Blog</title>
	<atom:link href="http://ticalc.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ticalc.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 27 Mar 2010 13:37:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ticalc.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>TI-83 Assembly Development Blog</title>
		<link>http://ticalc.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ticalc.wordpress.com/osd.xml" title="TI-83 Assembly Development Blog" />
	<atom:link rel='hub' href='http://ticalc.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Setting Up The Environment</title>
		<link>http://ticalc.wordpress.com/2010/03/26/setting-up-the-environment/</link>
		<comments>http://ticalc.wordpress.com/2010/03/26/setting-up-the-environment/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 21:19:53 +0000</pubDate>
		<dc:creator>Nathan Campos</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ticalc.wordpress.com/?p=8</guid>
		<description><![CDATA[As everyone knows(because of the Introduction post), I&#8217;m a Windows 3.11 guy, then I will show you what you need to develop on it. You will need a compiler, the only one that people use is The Telemark Assembler(TASM), a table driven cross assembler for the MS-DOS and LINUX environments, to download it, you just need [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ticalc.wordpress.com&amp;blog=12819962&amp;post=8&amp;subd=ticalc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As everyone knows(because of the Introduction post), I&#8217;m a Windows 3.11 guy, then I will show you what you need to develop on it.</p>
<p>You will need a compiler, the only one that people use is <span style="font-size:x-small;font-family:Verdana,Arial,Helvetica;">The Telemark Assembler(TASM), a table driven cross assembler for the MS-DOS and LINUX environments, to download it, you just need to go to <a title="TASM v3.2 - TiCalc" href="http://www.ticalc.org/archives/files/fileinfo/250/25051.html" target="_self">TiCalc</a> and download the <a href="http://www.ticalc.org/pub/dos/asm/tasm32.zip" target="_self">tasm32.zip</a>.</span></p>
<p><span style="font-size:x-small;font-family:Verdana;">The second thing that you will need is a linker, for this the best choice is <a href="http://www.ticalc.org/archives/files/fileinfo/129/12922.html">Devpac8x</a>, <span style="font-size:x-small;font-family:Verdana,Arial,Helvetica;">Devpac8x is the update to Devpac83 which turned bin files to 83p. Devpac8x turns bin files into 8xp which can now be loaded into the flash simulator</span>, you can get it on TiCalc(on the link before), and download the <a href="http://www.ticalc.org/pub/dos/devpac8x.zip">devpac8x.zip</a>.</span></p>
<p><span style="font-size:x-small;font-family:Verdana;">The third thing that you need is the include file, the most used is ti83plus.inc, that you can get from <a href="http://www.ticalc.org/pub/win/asm/includes/ti83plus.zip">TiCalc</a>, also you can get more include files at <a href="http://www.ticalc.org/pub/win/asm/includes/">TiCalc Archives</a>.</span></p>
<p><strong>Time of Installation</strong></p>
<p>Make a directory TASM on C:\, then extract <em>tasm32.zip, devpac8x.zip </em>and <em>ti83plus.zip</em> to it. When all is completed, just create a batch file called <em>z80.bat</em>, on it put this:</p>
<blockquote><p><code>echo off<br />
echo ==== Now assembling %1.z80 for the TI-83 Plus ====<br />
tasm -80 -i -b %1.z80 %1.bin<br />
if errorlevel 1 goto ERRORS<br />
rem This is necessary because of a DevPac8x bug<br />
devpac8x %1<br />
echo ==== Job finished. Program saved as %1.8xp ====<br />
goto DONE<br />
:ERRORS<br />
echo ==== Errors!!! ====<br />
 <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ONE<br />
del %1.lst &gt; NUL<br />
del %1.bin &gt; NUL<br />
echo ==== Done ====</code></p></blockquote>
<p>Add the C:\TASM directory to the PATH, and now all is done now, when you want to compile something you just need to type:</p>
<blockquote><p><code>C:\&gt; z80 &lt;filename&gt;</code></p></blockquote>
<p>Congratulations!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ticalc.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ticalc.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ticalc.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ticalc.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ticalc.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ticalc.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ticalc.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ticalc.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ticalc.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ticalc.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ticalc.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ticalc.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ticalc.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ticalc.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ticalc.wordpress.com&amp;blog=12819962&amp;post=8&amp;subd=ticalc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ticalc.wordpress.com/2010/03/26/setting-up-the-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bfe0ce412deb4399adca8db145f2a45a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cppdev</media:title>
		</media:content>
	</item>
		<item>
		<title>Introduction</title>
		<link>http://ticalc.wordpress.com/2010/03/26/introduction/</link>
		<comments>http://ticalc.wordpress.com/2010/03/26/introduction/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 16:24:36 +0000</pubDate>
		<dc:creator>Nathan Campos</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ticalc.wordpress.com/?p=3</guid>
		<description><![CDATA[Let&#8217;s start by introducing me, I&#8217;m Nathan Paulino Campos, 21 years old, live in Brazil on the city of Vitória in the estate of Espirito Santo(Yeah, this place is on Google Maps). I&#8217;m the principal of the biggest security company in my estate. I know these development languages: MIPS, ARM, z80 and x86 Assembly, Delphi, Pascal, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ticalc.wordpress.com&amp;blog=12819962&amp;post=3&amp;subd=ticalc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s start by introducing me, I&#8217;m Nathan Paulino Campos, 21 years old, live in Brazil on the city of Vitória in the estate of Espirito Santo(Yeah, this place is on Google Maps). I&#8217;m the principal of the biggest security company in my estate.</p>
<p>I know these development languages: MIPS, ARM, z80 and x86 Assembly, Delphi, Pascal, Visual Basic, C/C++, C#, BASIC, Ruby, Perl, Java EE, Java, Java ME and Python.</p>
<p>I&#8217;ve already developed a OS, called ForestOS, but I don&#8217;t want to share it now because it isn&#8217;t totally finished, but it already have a Command-Line and a very cool and clean GUI.</p>
<p>I&#8217;m a old school addict. I love to play Doom I and II and Quake I and II, Duke Nuken, Super Mario Bros, Zelda(all versions). But what I most like on the old school world is Windows 3.11. I emulate it on my laptop and use it more than my Windows Vista. Here is a screenshot of the &#8220;clean one&#8221;(I&#8217;m setting up a new one because my old was too much messy and with the group manager you need to be organized and don&#8217;t have many folders):</p>
<div class="wp-caption alignnone" style="width: 1034px"><img title="My Modified Windows 3.11" src="http://img220.imageshack.us/img220/3685/win311.png" alt="My Modified Windows 3.11" width="1024" height="768" /><p class="wp-caption-text">My Modified Windows 3.11</p></div>
<p>Now I&#8217;m playing a little bit with TI-83 Plus Assembly, and I already have a goal: Develop a shell for it. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>That&#8217;s all. I hope you like my blog and enjoy the stay.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ticalc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ticalc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ticalc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ticalc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ticalc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ticalc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ticalc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ticalc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ticalc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ticalc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ticalc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ticalc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ticalc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ticalc.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ticalc.wordpress.com&amp;blog=12819962&amp;post=3&amp;subd=ticalc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ticalc.wordpress.com/2010/03/26/introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bfe0ce412deb4399adca8db145f2a45a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cppdev</media:title>
		</media:content>

		<media:content url="http://img220.imageshack.us/img220/3685/win311.png" medium="image">
			<media:title type="html">My Modified Windows 3.11</media:title>
		</media:content>
	</item>
	</channel>
</rss>
