Namespace target
, delivered for T7. Some data on the back end.
Given in full.
Description of a CPU: everything about its registers, and its word size.
Description of a target (language): its CPU, its assembly (
codegen::Assembly
), and it translator (codegen::Codegen
).
The description of the MIPS (actually, SPIM/Mipsy) target.
Description of the i386. This is not part of the project, it is left only as an incomplete source of inspiration.
The command line interface to specify the target architecture.