12.3 EXE output file with 'tiny' memory model
-----------------------------------------------
In practice the code of an EXE file of tiny memory model differs in no
way from that of the COM code. This is actually the same COM file, to which
a 32-byte EXE file header has been added. There is only a difference if you
compile the file with the directive ?resize TRUE. In a COM file created
with this directive, code is added to the program code to change the size
of the available memory. In an EXE file, the header of the EXE file will be
corrected for this purpose.
To obtain an EXE file with tiny memory model, start the compiler with
the command line switch /texe .