x86 Assembler in .NET?
It’s pretty amazing what you can find while searching Google. I recently came across the following while doing a little IL research: http://www.viksoe.dk/code/asmil.htm. Someone took the time to write a compiler that takes 80386 assembler code and generates IL. An example of using the code to create an ASP.NET page is shown below:
What’s this world coming to? :-)