blob: 7237dd6bb8f9c56270566683e717bc9ebee68fe2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Specification of LibCompiler
==================================
## Brief:
==================================
- Output format: PEF, XCOFF
- Object format: AE, COFF
- SDK Language: C++
==================================
## LibCompiler:
==================================
- Shall support compilation and linking.
- Shall be written in C++
- Shall support the assembler too.
- Shall provide primitives for compilers, assemblers and linkers.
- Shall support multiple architectures.
|