IL2CPU
IL2CPU copied to clipboard
IL2CPU is a compiler for .NET IL code to compile to assembly language for direct booting.
> The problem with including the entire assembly name in the label is that its too long > so an idea could be that we create a short unique id...
This happened when i tried to render some text with figgle (```Console.WriteLine(FiggleFonts.Alligator.Render("some text"));```. logs: ``` 1>Message: Executing IL2CPU on assembly 1>Message: Kernel Base: Cosmos.System.Kernel 1>Message: Checking target assembly: C:\Users\waver\source\repos\kocmoc\kocmoc\bin\Debug\netcoreapp2.0\cosmos\kocmoc.dll 1>IL2CPU...
#### Area of Cosmos - What area of Cosmos are we dealing with? IL2CPU #### Expected Behaviour - What do you think that should happen? The program should build successfully...
Related to #30 , but IL2CPU can now run under .NET 5 on MacOS and use .NET 2.0 UserKit. NASM & Co. could be provided by Homebrew on Mac or...
The virtual machine shuts down when reading from a null item from an array. Example code: ``` using System; using System.Collections.Generic; using System.Text; using Sys = Cosmos.System; namespace CosmosWeirdError {...
Have you checked Github Issues for similar errors? I have checked for other issues, but the only one that came up was unrelated to the issue whence this has arisen....
## Possible issues The convertion between a struct member to an object in IL2CPU might be not working for some reasons. ## Log System.Exception: OpCode IL_007D: Ldflda tries to pop...