Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Cosmos を使用して、C# で単純な OS を構築しています。float 変数を使用しようとすると、何らかの理由でエラーが発生します。奇妙に見えることはわかっていますが、実際にはエラーが発生します。
float a = 1.12f; Console.WriteLine(a); // gives me errors.
エラーは言う:
CPU Exception x06 Last known address: 0x0206C600
どうすれば修正できますか?