blob: 681cfdef7f05e3c3c780b5244d4212451c5f6071 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Specification of CompilerKit
===================================
# 0: General Information
===================================
- Output format: PEF, XCOFF
- Object format: AE, COFF
- SDK Language: C++
===================================
# 1: CompilerKit
===================================
- Shall support compilation, assembling and linking.
- Shall be written in C++
- Shall support the assembler too.
- Shall provide primitives for compilers, assemblers and linkers.
- Shall support multiple architectures.
- Shall have a debugger.
|