summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/SPECIFICATION.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/SPECIFICATION.md b/docs/SPECIFICATION.md
new file mode 100644
index 0000000..7237dd6
--- /dev/null
+++ b/docs/SPECIFICATION.md
@@ -0,0 +1,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. \ No newline at end of file