mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-31 21:30:19 +00:00
8 lines
No EOL
351 B
Text
8 lines
No EOL
351 B
Text
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. |