• Stars
    star
    275
  • Rank 149,042 (Top 3 %)
  • Language
    C#
  • License
    BSD 3-Clause "New...
  • Created about 7 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

IL2CPU is a compiler for .NET IL code to compile to assembly language for direct booting.

IL2CPU

Build status

IL2CPU is a compiler for .NET IL code to compile to assembly language for direct booting. IL2CPU creates NASM style assembly ready to assemble with NASM.

More Info

Please refer to our website (http://www.il2cpu.net)

Status

Currently IL2CPU is used by the C# Open Source Managed Operating System (COSMOS) and parts of it are bound to Cosmos. We are in the process of and nearly finished separating out IL2CPU to allow it to operate as a stand alone project to allow users to make their own custom creations using IL2CPU.