Here are the files for a template project in Programmer's Notepad 2, using SDCC
to compile to an MSX-DOS executable. There are a couple things you'll need to do
to get this working on your computer.

First, you'll need to put base_rules and msx_rules in the SDCC base directory.

Next, you'll need to set the environment variable SDCC to point to your SDCC
directory, in the format make likes, i.e. /c/sdcc for C:\sdcc or wherever.

Next, assemble Avelino's MSX-DOS support files. Place the .o files in the SDCC
/lib directory, and the .h files in the /include directory.

Finally, just duplicate the template directory any time you need a new project!
