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#で単純なカーネルを書いてみたいと思います。Monoアセンブリからx86またはx86-64ASMを生成することは可能ですか?mono--full-aotが実行可能ファイルを生成するため...
ASMの生成後、NASMでコンパイルする必要があります。何か案は?
以下を使用できます。
mono --aot=asmonly foo.exe