To build TechNES from the source code in this package, you can use either source code set
located in ...\source_single_file (highly recommended) or ...\source_separated_files.

The assembly language sources have been made using RosAsm. To open the source file located
in ...\source_single_file, simply run RosAsm, click on File > Open source Only and open
"TechNES.asm." If a warning window appears (notifying you of how the source file will load
the program without resources,) simply click on the OK button. To open the source file
located in ...\source_separated_files, run RosAsm, click on File > Open source Only and
open "Top.asm." If a warning window appears (notifying you of how the source file will
load the program without resources,) click on the OK button.

The resources needed to create the dialog boxes are located in ...\dialog_bin_files. The
resources needed for the main icon and Zapper cursor are located in ...\icons_and_cursors.
All other resource files needed can be found in ...\resources.

Note that all resource files have a file name similar to the following:

filenams_#.ext

Where _# indicates the ID number for the resource file, as needed by RosAsm. When loading
a resource file into RosAsm, give the file the same resource ID number as listed in its
name (i.e.: use the same number given as _#). But before loading the resource file into
RosAsm, the _# portion of the file name must be removed.

Even though the fully compiled help manual is included in  ...\resources, the source code
of the help manual is provided in ...\help_manual_source. Even though this help manual was
created using Microsoft FrontPage 2002 and the HTM2CHM Help Compiler, any compiler and
HTML (or ASCII text) editor can be used to rebuild/edit the manual.

As RosAsm is designed to produce standard PE executable files, the resulting program may
be reopened and used for further editing instead of the source code files themselves.
However, you can compress the program using any PE executable compressor on the market
(or whichever one is freely available).