How do i program using the MSIL Programming Language?

Started by
5 comments, last by DevLiquidKnight 20 years, 2 months ago
Is there a compiler or something? lol... i found this a few days ago wondered what it was and how i could maybe make a small thingy in it.. if anyone has any urls
Advertisement
Google.
Install the .NET framework.
The compilers are installed in the runtime, called eg. csc.exe so you can compile C#, VB.NET, J# programs. You don''t get an IDE of course but all functionality is there.
sharpdevelop have an ide for c#
The compiler for IL-code is ilasm.exe

Regards,
Andre
Andre Loker | Personal blog on .NET
Don''t forget the disassembler, ildasm.exe. I''m not sure
if it comes with the .NET SDK, though.


Kami no Itte ga ore ni zettai naru!
神はサイコロを振らない!
It does. Also, Rotor contains the source for ilasm.exe and a console only version of ildasm.exe.

--
AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.
[Project site] [Blog] [RSS] [Browse the source] [IRC channel]
--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]

This topic is closed to new replies.

Advertisement