mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 22:12:25 +00:00
| .. | ||
| Properties | ||
| Cosmos.Assembler.csproj | ||
| Cosmos.Assembler.csproj.vspscc | ||
| ReadMe.txt | ||
Contains a standalone assembler library which is independent of target platform. Is used by IL2CPU, but is not dependent on it and can run on its own. Cosmos.Assembler Contains base classes and serves as the interface for target independent consumers. Cosmos.Assembler.X86 Contains descendant classes and is used by X86 specific consumers.