     The programs SHOW_BMP, SHOW_PCX, TEST_NE, TEST_PE and TEST_LE show
some details of the files of types *.BMP, *.PCX, NE-EXE, PE-EXE, and LE.
There are numerous descriptions of the structure of these files;
however, I have not seen exhaustive descriptions, so I had to
determine some things experimentally; the presented programs 
are the results.
     The programs SHOW_BMP and SHOW_PCX in most cases really show 
the pictures (but not with necessary palette, they just show the
palette in the text form). 
     The programs TEST_NE and TEST_PE show the most part of the
information which can be interpreted on the basis of the available
descriptions (including tables of import and export, decompilation 
of resources of types MENU and DIALOG, etc.); unfortunately, some 
details remain unclear (e.g., in the files produced by SpAsm, the 
structure of MENU seems to differ from the standard one, so the
program outputs warning, and then incorrectly outputs the content
of the MENU). The program TEST_LE shows only few details of the 
structure of LE files.

