I am building a simple OS in C#, using Cosmos. For some reason I get an error when I try to use my float variable. I know it looks weird, but I really get an error.
float a = 1.12f;
Console.WriteLine(a); // gives me errors.
The error says :
CPU Exception x06
Last known address: 0x0206C600
How do I fix it?