The assembly language sources have been made using RosAsm. To open the executable file
and reprogram/edit it, simply run RosAsm, click on File > Open  and open "TechNES.exe."

All of the necessary resources needed to create the dialog boxes, icons, cursors, etc. are
embedded within the executable file itself. The resources needed for building dialog boxes
in TechNES can be easily edited directly from RosAsm. Any other resource file can be copied
from the executable and saved in any directory. Resource files may also be replaced from
within the executable file itself.

In the event that a resource file (or multiple resource files) need to be replaced for some
reason, these files have been included in multiple folders in this package. 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.

Note that the executable in this package is both fully functional and is not compressed in
any form. However, you can compress the program using any PE executable compressor on the
market (or whichever one is freely available).