This
tool takes MSIL as input and
generates a portable executable (PE) file containing the MSIL and the
metadata required to run on the .NET Framework. This is most useful
to vendors who would like to create MSIL-compliant compilers. All
they have to do is write the compiler to translate the source
language to MSIL. Ilsam.exe
will take the second
step to put the MSIL content into the PE format where it can be
executed on the .NET Framework. The general syntax for MSIL assembler
is:
ilasm [options] MSILfilename
The following table shows some of the common usages of the assemblers:
3.135.249.37