Which processors can run CIL
Posted
by JonnyBoats
on Stack Overflow
See other posts from Stack Overflow
or by JonnyBoats
Published on 2010-03-15T15:04:40Z
Indexed on
2010/03/15
15:09 UTC
Read the original article
Hit count: 391
Which processors are capable of running Common Intermediate Language(CIL), formerly known as Microsoft Intermediate Language (MSIL)? Clearly any machine that can run Microsoft Windows with .net qualifies as well as machines targeted by the Mono project.
It would appear that the .NET Micro Framework has the ability to target other processors not covered by the above, but it is not clear to me that it uses CIL.
Does anyone have a list of which processors are capable of running a program in CIL and or interpreting C# directly (as the .NET Micro Framework appears to do)?
© Stack Overflow or respective owner