From 63f5c38ee3df8be487692852a85bd479b92a85dc Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 23 Mar 2025 19:17:29 +0100 Subject: meta: cleanup docs. --- docs/SPECIFICATION.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/SPECIFICATION.md (limited to 'docs') 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 -- cgit v1.2.3