summaryrefslogtreecommitdiffhomepage
path: root/docs/md/SPECIFICATION_CC.md
blob: 7d146aef66ccda33b6fe19d3544e1bfb932af276 (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 LibCompiler

===================================

# 0: General Information

===================================
- Output format: PEF, XCOFF
- Object format: AE, COFF
- SDK Language: C++

===================================

# 1: LibCompiler

===================================

- 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.