<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Emulation - Category - Arjun Nair</title><link>/categories/emulation/</link><description>Emulation - Category - Arjun Nair</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Arjun Nair</copyright><lastBuildDate>Mon, 14 Sep 2020 13:30:00 +0000</lastBuildDate><atom:link href="/categories/emulation/" rel="self" type="application/rss+xml"/><item><title>Writing a Chip8 emulator in C++ Part 5</title><link>/p46/</link><pubDate>Mon, 14 Sep 2020 13:02:22 +0000</pubDate><author>Author</author><guid>/p46/</guid><description>Finally, we take a look at how a simple Chip8 program is put together and write our own little one!</description></item><item><title>Writing a Chip8 emulator in C++ Part 4</title><link>/p37/</link><pubDate>Mon, 14 Sep 2020 13:06:31 +0000</pubDate><author>Author</author><guid>/p37/</guid><description>We get to the fun stuff when we explore how to draw stuff on screen using Chip8 sprites and drawing routines.</description></item><item><title>Writing a Chip8 emulator in C++ part 3</title><link>/p24/</link><pubDate>Mon, 14 Sep 2020 13:09:00 +0000</pubDate><author>Author</author><guid>/p24/</guid><description>We take the first steps to writing the emulator: setting up an emulator window! We also tackle the most important bit of emulation: decoding the Chip8 instructions.</description></item><item><title>Writing a Chip8 emulator in C++ Part 2</title><link>/p12/</link><pubDate>Mon, 14 Sep 2020 13:10:47 +0000</pubDate><author>Author</author><guid>/p12/</guid><description>The Chip8 has a fairly simple architecture. This article gives a quick overview of the specifications of Chip8 and the design of the emulator itself.</description></item><item><title>Writing a Chip8 emulator in C++ Part 1</title><link>/p1/</link><pubDate>Mon, 14 Sep 2020 13:30:00 +0000</pubDate><author>Author</author><guid>/p1/</guid><description>Chip8 is the 'Hello, world.' of emulators. I explain the goals and motivations of writing such an emulator in c++.</description></item></channel></rss>