diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-08 15:26:11 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-08 15:26:11 +0100 |
| commit | b4bcdc8482f8deae2d25018b4f91593570cf9cf5 (patch) | |
| tree | 7d989bda9f09274e7235087a6bd1e7ec3cb4ba9d /doc | |
| parent | 0350589847a0a5bbce5556a62ea5f5df7de29641 (diff) | |
ADD: Assembler frontend tweaks and other refactors.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ARCH.drawio | 28 | ||||
| -rw-r--r-- | doc/HAVP.txt (renamed from doc/HAVP DSP.txt) | 0 | ||||
| -rw-r--r-- | doc/NOTICE.txt (renamed from doc/Notice.txt) | 0 | ||||
| -rw-r--r-- | doc/RISC.txt (renamed from doc/RISC CPU.txt) | 0 | ||||
| -rw-r--r-- | doc/SPECS_ASM.txt (renamed from doc/ASM Specs.txt) | 0 | ||||
| -rw-r--r-- | doc/SPECS_SOFT.md (renamed from doc/SPECIFICATION.md) | 0 |
6 files changed, 28 insertions, 0 deletions
diff --git a/doc/ARCH.drawio b/doc/ARCH.drawio new file mode 100644 index 0000000..3e3731a --- /dev/null +++ b/doc/ARCH.drawio @@ -0,0 +1,28 @@ +<mxfile host="65bd71144e"> + <diagram id="WNTRl8o_nSE3Z-uStzDZ" name="Page-1"> + <mxGraphModel dx="1144" dy="698" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0"> + <root> + <mxCell id="0"/> + <mxCell id="1" parent="0"/> + <mxCell id="5" style="edgeStyle=none;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.25;entryY=1;entryDx=0;entryDy=0;" edge="1" parent="1" source="3" target="4"> + <mxGeometry relative="1" as="geometry"/> + </mxCell> + <mxCell id="3" value="DLL" style="shape=image;html=1;verticalLabelPosition=bottom;verticalAlign=top;imageAspect=0;image=img/clipart/Gear_128x128.png" vertex="1" parent="1"> + <mxGeometry x="400" y="310" width="50" height="60" as="geometry"/> + </mxCell> + <mxCell id="6" style="edgeStyle=none;html=1;exitX=0.75;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="4" target="3"> + <mxGeometry relative="1" as="geometry"/> + </mxCell> + <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"> + <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"> + <mxGeometry x="510" y="140" width="100" height="40" as="geometry"/> + </mxCell> + </root> + </mxGraphModel> + </diagram> +</mxfile>
\ No newline at end of file diff --git a/doc/HAVP DSP.txt b/doc/HAVP.txt index 12fcec5..12fcec5 100644 --- a/doc/HAVP DSP.txt +++ b/doc/HAVP.txt diff --git a/doc/Notice.txt b/doc/NOTICE.txt index 23691da..23691da 100644 --- a/doc/Notice.txt +++ b/doc/NOTICE.txt diff --git a/doc/RISC CPU.txt b/doc/RISC.txt index e17b494..e17b494 100644 --- a/doc/RISC CPU.txt +++ b/doc/RISC.txt diff --git a/doc/ASM Specs.txt b/doc/SPECS_ASM.txt index a0c42bf..a0c42bf 100644 --- a/doc/ASM Specs.txt +++ b/doc/SPECS_ASM.txt diff --git a/doc/SPECIFICATION.md b/doc/SPECS_SOFT.md index 04c9c55..04c9c55 100644 --- a/doc/SPECIFICATION.md +++ b/doc/SPECS_SOFT.md |
