Are there any IDEs out there apart (from Visual Studio) that will let you build IL assembler files right out of the IDE?
|
feedback
|
|
MonoDevelop supports building .NET languages using the Mono compiler, and is available on Linux, Mac OS, and Windows. According to the package description, many .NET languages are supported, including ILasm:
| |||||
feedback
|