An open API service indexing awesome lists of open source software.

https://github.com/cosmosos/il2cpu

IL2CPU is a compiler for .NET IL code to compile to assembly language for direct booting.
https://github.com/cosmosos/il2cpu

assembly hacktoberfest

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# IL2CPU

[![Build status](https://ci.appveyor.com/api/projects/status/budqdarf5cj67lp7/branch/master?svg=true)](https://ci.appveyor.com/project/CosmosOS/il2cpu/branch/master)

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](http://www.nasm.us/).

# More Info
Please refer to our documentation (https://cosmosos.github.io/index.html)

# Status
Currently IL2CPU is used by the [C# Open Source Managed Operating System (COSMOS)](http://www.goCosmos.org) 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.