== Setting Up a Programming Environment ==

Before you dive into writing Super Nintendo programs, you need the necessary
utilities and other things that will simplify your journey of learning how to
program this beast.

Documents:

Inside Qwertie's package are a few key files you need to have on tap.
They are qsnesdoc.html (in Mmio&PPU directory), the entire yoshi directory, and the 65816 primer.

Development Kits:

The ASSEMBLER

Where to put all the executables:
The Text Editor
Ok, now you have a decent programming environment. Try to organize all the files
so they are relative to each other. For instance, make a folder called Snes,
and make a sub-directory named "docs," another called "code," etc. You don't
have to be organized, but it helps (I've even printed out some docs). Do
whatever the hell you want, ok? Alright, we'll start learning some 65816 asm
in the next tutorial.

back