<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:iweb="http://www.apple.com/iweb" version="2.0">
  <channel>
    <title>My RetroChallenge Blog</title>
    <link>http://a2.jeremiahstoddard.com/Apple_II/Blog/Blog.html</link>
    <description>Progress on my RetroChallenge Winter Warm-up 2008 goals: Writing games in Applesoft BASIC, learning 6502 assembly language, and a research proposal written in AppleWorks.</description>
    <generator>iWeb 2.0.2</generator>
    <image>
      <url>http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2008/1/23_Im_Still_Alive_files/S5300520.jpg</url>
      <title>My RetroChallenge Blog</title>
      <link>http://a2.jeremiahstoddard.com/Apple_II/Blog/Blog.html</link>
    </image>
    <item>
      <title>Throwing Rocks</title>
      <link>http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2008/1/30_Throwing_Rocks.html</link>
      <guid isPermaLink="false">2d3262d0-0366-4a3c-9f81-594bb36a840f</guid>
      <pubDate>Wed, 30 Jan 2008 18:14:37 -0800</pubDate>
      <description>&lt;a href=&quot;http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2008/1/30_Throwing_Rocks_files/RockPaperScissors.jpg&quot;&gt;&lt;img src=&quot;http://a2.jeremiahstoddard.com/Apple_II/Blog/Media/RockPaperScissors_1.jpg&quot; style=&quot;float:left; padding-right:10px; padding-bottom:10px; width:120px; height:82px;&quot;/&gt;&lt;/a&gt;I’ve finally caught up with my life for a brief moment, and thus had the opportunity to write one last little game for the RetroChallenge Winter Warm-up. It’s not exactly earth-shattering, nor is it the finish I hoped for, but at least I’m finishing up on my feet. The result is that you can now find a simple Rock, Paper, Scissors game in the listings section...&lt;br/&gt;&lt;br/&gt;It’s been a fun month, and hopefully I’ll have the summer off and be able to participate more fully when RetroChallenge comes around again...</description>
      <enclosure url="http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2008/1/30_Throwing_Rocks_files/RockPaperScissors.jpg" length="28576" type="image/jpeg"/>
    </item>
    <item>
      <title>I'm Still Alive</title>
      <link>http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2008/1/23_Im_Still_Alive.html</link>
      <guid isPermaLink="false">e46b96f4-1bdd-462b-a98b-6e013a443404</guid>
      <pubDate>Wed, 23 Jan 2008 08:23:59 -0800</pubDate>
      <description>&lt;a href=&quot;http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2008/1/23_Im_Still_Alive_files/S5300520.jpg&quot;&gt;&lt;img src=&quot;http://a2.jeremiahstoddard.com/Apple_II/Blog/Media/S5300520.jpg&quot; style=&quot;float:left; padding-right:10px; padding-bottom:10px; width:120px; height:90px;&quot;/&gt;&lt;/a&gt;I haven’t been around the BBS or making updates lately due to being overwhelmed by work and school the last two weeks, but I’m still kicking. I’ve got some work done on the research proposal I’m typing up in AppleWorks, and I hope to have at least one more simple BASIC game out in the final week...</description>
      <enclosure url="http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2008/1/23_Im_Still_Alive_files/S5300520.jpg" length="91930" type="image/jpeg"/>
    </item>
    <item>
      <title>Dungeons in Castles</title>
      <link>http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2008/1/10_Dungeons_in_Castles.html</link>
      <guid isPermaLink="false">d824be5c-ad04-42e6-86b7-c922f112e5ba</guid>
      <pubDate>Thu, 10 Jan 2008 05:09:27 -0800</pubDate>
      <description>&lt;a href=&quot;http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2008/1/10_Dungeons_in_Castles_files/warlock.jpg&quot;&gt;&lt;img src=&quot;http://a2.jeremiahstoddard.com/Apple_II/Blog/Media/warlock_1.jpg&quot; style=&quot;float:left; padding-right:10px; padding-bottom:10px; width:120px; height:82px;&quot;/&gt;&lt;/a&gt;My latest Applesoft game is a bit bigger than anything I planned to do this month. It has drained many, many hours of my life and probably has a million bugs left in it, but it was fun to do.&lt;br/&gt;&lt;br/&gt;“Warlock’s Castle” is the name of the game. I don’t know anything about warlocks, or even if they have castles, but I needed something to work with.  In it you wander around a castle with 200 uniquely described rooms trying to find the exit. Unfortunately there are a lot of nasties hanging about that will kill you if you’re not powerful enough to destroy them first. They can get pretty tough as you go along, so you want to find any objects hidden in the castle that might help you out. No text parser here -- just a handful of one letter commands. There aren’t even any mind-twisting puzzles. This is a real beginner’s game (suited to my level).&lt;br/&gt;&lt;br/&gt;The listing is in the listings section. Since it comprises four different files of 12-15k each, you probably want to just get the disk image...</description>
      <enclosure url="http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2008/1/10_Dungeons_in_Castles_files/warlock.jpg" length="45819" type="image/jpeg"/>
    </item>
    <item>
      <title>Hangman and Assembly Progress</title>
      <link>http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2008/1/4_Hangman_and_Assembly_Progress.html</link>
      <guid isPermaLink="false">c3bd21d2-bb10-4c92-948b-57469e9f5a9f</guid>
      <pubDate>Fri, 4 Jan 2008 07:43:09 -0800</pubDate>
      <description>I once had a hangman game for an old IBM PC that used the Extended ASCII block characters for the graphics. Upon recalling this, I decided that lo-res graphics ought to be perfectly sufficient for hangman. It may not be the prettiest thing ever, but it works...&lt;br/&gt;&lt;br/&gt;As far as my progress on 6502 Assembly language, I now know my way around the monitor. I can read data from and write data to memory locations, use the disassembler, etc. I can tweak the speaker by reading memory location $C030 with LDA $C030 (and I could probably use this knowledge to add sound to the breakout game I made the other day if I felt so inclined). I’ve learned some of the common mnemonics, including JSR, RTS, JMP, LDA, CLC, SEC, SED, CLD, ADC, SBC, STA, BNE, BCS, LDX, LDY. TSX, TXA, TAX, TAY, CMP, INC, INX, INY, DEC, and so on. I’ve also learned to use the ORCA/M Macro assembler (unfortunately still on Virtual ][ until I can get it onto floppy disks) to assemble the simple programs I can write.</description>
    </item>
    <item>
      <title>The Two Hour Masterpiece</title>
      <link>http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2008/1/1_The_Two_Hour_Masterpiece.html</link>
      <guid isPermaLink="false">571c3102-cded-40c2-bf3d-3a18cff19bda</guid>
      <pubDate>Tue, 1 Jan 2008 14:45:54 -0800</pubDate>
      <description>&lt;a href=&quot;http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2008/1/1_The_Two_Hour_Masterpiece_files/bricks.jpg&quot;&gt;&lt;img src=&quot;http://a2.jeremiahstoddard.com/Apple_II/Blog/Media/bricks_1.jpg&quot; style=&quot;float:left; padding-right:10px; padding-bottom:10px; width:120px; height:82px;&quot;/&gt;&lt;/a&gt;I decided to start off by reacquainting myself with graphics on the Apple II. I started out by having a paddle bounce a ball around the screen. Originally, it was terribly flickery. I fixed that by drawing the paddle and ball in their new positions before erasing them from their old positions. Now it’s merely painfully slow. However, it was good practice. I started over, this time making it into a breakout clone, trying to streamline it from the start. The result is somewhat playable.&lt;br/&gt;&lt;br/&gt;The listings for both are available under the “listings” section of this website, and I also put up a disk image which contains both programs and will be updated with additional ones I write throughout the month.</description>
      <enclosure url="http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2008/1/1_The_Two_Hour_Masterpiece_files/bricks.jpg" length="13400" type="image/jpeg"/>
    </item>
    <item>
      <title>Assembly Language Book</title>
      <link>http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2007/12/20_Assembly_Language_Book.html</link>
      <guid isPermaLink="false">6b3c6b19-3416-42a9-b8b2-b6a7d53b244c</guid>
      <pubDate>Thu, 20 Dec 2007 12:07:40 -0800</pubDate>
      <description>&lt;a href=&quot;http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2007/12/20_Assembly_Language_Book_files/S5300524.jpg&quot;&gt;&lt;img src=&quot;http://a2.jeremiahstoddard.com/Apple_II/Blog/Media/S5300524.jpg&quot; style=&quot;float:left; padding-right:10px; padding-bottom:10px; width:120px; height:155px;&quot;/&gt;&lt;/a&gt;The book that will assist me in learning 6502 Assembly language has arrived! It’s not “Assembly Lines,” but as much praise as I’ve heard for that book from various sources, as a starving college student I stuck with one I could afford. Especially since I still have to purchase the ORCA/M Macro assembler.&lt;br/&gt;&lt;br/&gt;I also ran into some new problems -- the power supply for my Apple IIe burned out. Fortunately I was able to “borrow” one from my non-functioning IIe. I am now fully prepared for January’s challenge...</description>
      <enclosure url="http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2007/12/20_Assembly_Language_Book_files/S5300524.jpg" length="165760" type="image/jpeg"/>
    </item>
    <item>
      <title>The Cable Has Arrived!</title>
      <link>http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2007/12/17_The_Cable_Has_Arrived%21.html</link>
      <guid isPermaLink="false">55383620-1e28-487b-8b43-ba872aa718ef</guid>
      <pubDate>Mon, 17 Dec 2007 14:20:26 -0800</pubDate>
      <description>&lt;a href=&quot;http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2007/12/17_The_Cable_Has_Arrived%21_files/S5300523.jpg&quot;&gt;&lt;img src=&quot;http://a2.jeremiahstoddard.com/Apple_II/Blog/Media/S5300523.jpg&quot; style=&quot;float:left; padding-right:10px; padding-bottom:10px; width:120px; height:90px;&quot;/&gt;&lt;/a&gt;‘Tis an exciting day in my world -- the DuoDisk cable I ordered has arrived! I was too excited to remember to take a picture before I opened it up, so instead you get to see a file transfer screen image from ADTPro. I can receive disk images from my Mac on the IIe, but unfortunately it doesn’t seem to want to send images to the Mac. This delays my anticipated use of the Mac as a method of backing up my data. Anyway, that’s the status update. I'll mention when the assembly language book arrives...</description>
      <enclosure url="http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2007/12/17_The_Cable_Has_Arrived%21_files/S5300523.jpg" length="87539" type="image/jpeg"/>
    </item>
    <item>
      <title>Background and Preparation</title>
      <link>http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2007/12/8_Background_and_Preparation.html</link>
      <guid isPermaLink="false">6406d8a6-e580-456b-ba79-510c52d6cb2f</guid>
      <pubDate>Sat, 8 Dec 2007 16:53:41 -0800</pubDate>
      <description>&lt;a href=&quot;http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2007/12/8_Background_and_Preparation_files/S5300520_2.jpg&quot;&gt;&lt;img src=&quot;http://a2.jeremiahstoddard.com/Apple_II/Blog/Media/S5300520_2.jpg&quot; style=&quot;float:left; padding-right:10px; padding-bottom:10px; width:120px; height:90px;&quot;/&gt;&lt;/a&gt;I will be working on the RetroChallenge 2008 on an Apple IIc (with an ImageWriter II) and an Apple IIe. I purchased both systems recently, and this is the first time in about 5 years that I’m regularly using Apple II systems (Coincidentally, 5 years is about how long ago my other IIe stopped working -- the computer itself is fine, but the disk II cable became damaged).&lt;br/&gt;&lt;br/&gt;However, in some sense the race is on already. Will I get the supplies I need for this challenge on time? What do I need, you ask? Well, I don’t have an I/O cable for my new IIe yet... I had to order that separately and it hasn’t arrived. Same with the Assembly language book. Though I really like the IIc, and though it is fully functional, I think the IIe keyboard is much better suited to the heavy typing required for completion of my RetroChallenge 2008 goals. Plus, my joystick is the type that plugs in inside the computer, so it won’t work on the IIc, ergo I’m really anxious to get the IIe up and running!</description>
      <enclosure url="http://a2.jeremiahstoddard.com/Apple_II/Blog/Entries/2007/12/8_Background_and_Preparation_files/S5300520_2.jpg" length="113582" type="image/jpeg"/>
    </item>
  </channel>
</rss>
