GB Programming: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
>ISSOtm
(Created this huge page, though it's a WIP. Hope it will help. Also, should link here from the ACE page. I'm unsure where to put the link, though.)
 
>Torchickens
No edit summary
Line 1: Line 1:
Welcome to this tutorial ! The purpose of this page is to allow everyone to program anything on a Game Boy. This can sound complex, but the Game Boy is a very well-documented system, and programming for it can be learned quite easily.
Welcome to this tutorial ! The purpose of this page is to allow everyone to program anything on a Game Boy. This can sound complex, but the Game Boy is a very well-documented system, and programming for it can be learned quite easily.


Our goal will first be to create [[Arbitrary code execution]] programs, but later sections of this tutorial will give you tools for more general-purpose programming, so you'll be able to create your own games.
Our goal will first be to create [[arbitrary code execution]] programs, but later sections of this tutorial will give you tools for more general-purpose programming, so you'll be able to create your own games.


Let's get started !
Let's get started !
Line 900: Line 900:


Heavily using [http://gbdev.gg8.se/wiki/articles/Pan_Docs the Pan Docs] for GameBoy-specific stuff.
Heavily using [http://gbdev.gg8.se/wiki/articles/Pan_Docs the Pan Docs] for GameBoy-specific stuff.
[[Category:Arbitrary code execution]]