diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-23 19:17:29 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-23 19:17:29 +0100 |
| commit | 63f5c38ee3df8be487692852a85bd479b92a85dc (patch) | |
| tree | 2bbe9d22689711fe099762433b4d79571b75f3bb /docs | |
| parent | 179b5b58972189dbe2547e7afa393297d78112f2 (diff) | |
meta: cleanup docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/SPECIFICATION.md | 19 |
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 |
