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.
- Host: GitHub
- URL: https://github.com/cosmosos/il2cpu
- Owner: CosmosOS
- License: bsd-3-clause
- Created: 2017-07-29T17:10:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T14:02:03.000Z (10 months ago)
- Last Synced: 2025-03-29T06:08:26.427Z (2 months ago)
- Topics: assembly, hacktoberfest
- Language: C#
- Homepage:
- Size: 4.58 MB
- Stars: 290
- Watchers: 21
- Forks: 73
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# IL2CPU
[](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.