ILAsm

From Wikipedia, the free encyclopedia

ILAsm is the assembly language used by the .NET Framework assembler ilasm.exe

Unlike many assemblers, it does not assemble into native machine code, but the platform-independent Common Intermediate Language.