diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-14 20:01:36 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-14 20:01:36 +0100 |
| commit | 4c6eb470704287a2c2385a3b6d147da86c11711e (patch) | |
| tree | 61ca290c50a6da280e71eeac77bc7204106c3e3b /doc | |
| parent | 106adcb98390d41ced28ecbbd0b661d3056023d2 (diff) | |
ADD: New specs update.
FIX: Fix library name in necc.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ARCH.drawio | 2 | ||||
| -rw-r--r-- | doc/SPECIFICATION.md (renamed from doc/SPECS_SOFT.md) | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/ARCH.drawio b/doc/ARCH.drawio index 3e3731a..b1d7b59 100644 --- a/doc/ARCH.drawio +++ b/doc/ARCH.drawio @@ -16,7 +16,7 @@ <mxCell id="4" value="Frontend" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" vertex="1" parent="1"> <mxGeometry x="360" y="130" width="135" height="60" as="geometry"/> </mxCell> - <mxCell id="7" value="LibCDyn" style="text;strokeColor=none;fillColor=none;html=1;fontSize=24;fontStyle=1;verticalAlign=middle;align=center;" vertex="1" parent="1"> + <mxCell id="7" value="LibCompiler" style="text;strokeColor=none;fillColor=none;html=1;fontSize=24;fontStyle=1;verticalAlign=middle;align=center;" vertex="1" parent="1"> <mxGeometry x="470" y="320" width="100" height="40" as="geometry"/> </mxCell> <mxCell id="8" value="Tool" style="text;strokeColor=none;fillColor=none;html=1;fontSize=24;fontStyle=1;verticalAlign=middle;align=center;" vertex="1" parent="1"> diff --git a/doc/SPECS_SOFT.md b/doc/SPECIFICATION.md index 04c9c55..7237dd6 100644 --- a/doc/SPECS_SOFT.md +++ b/doc/SPECIFICATION.md @@ -15,4 +15,5 @@ - Shall support compilation and linking. - Shall be written in C++ - Shall support the assembler too. -- Shall provide primitives for compilers, assemblers and linkers.
\ No newline at end of file +- Shall provide primitives for compilers, assemblers and linkers. +- Shall support multiple architectures.
\ No newline at end of file |
