summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-23 19:17:29 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-23 19:17:29 +0100
commit63f5c38ee3df8be487692852a85bd479b92a85dc (patch)
tree2bbe9d22689711fe099762433b4d79571b75f3bb
parent179b5b58972189dbe2547e7afa393297d78112f2 (diff)
meta: cleanup docs.
-rw-r--r--doc/ARCH.drawio28
-rw-r--r--doc/HAVP.txt13
-rw-r--r--doc/Inside 64x0.pdfbin64675 -> 0 bytes
-rw-r--r--doc/NOTICE.txt4
-rw-r--r--doc/RISC.txt17
-rw-r--r--doc/SPECS_ASM.txt11
-rw-r--r--doc/SPECS_DBG.txt11
-rw-r--r--docs/SPECIFICATION.md (renamed from doc/SPECIFICATION.md)0
8 files changed, 0 insertions, 84 deletions
diff --git a/doc/ARCH.drawio b/doc/ARCH.drawio
deleted file mode 100644
index a75dab2..0000000
--- a/doc/ARCH.drawio
+++ /dev/null
@@ -1,28 +0,0 @@
-<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;" parent="1" source="3" target="4" edge="1">
- <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" parent="1" vertex="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;" parent="1" source="4" target="3" edge="1">
- <mxGeometry relative="1" as="geometry"/>
- </mxCell>
- <mxCell id="4" value="Frontend" style="label;whiteSpace=wrap;html=1;image=img/clipart/Gear_128x128.png" parent="1" vertex="1">
- <mxGeometry x="360" y="130" width="135" height="60" as="geometry"/>
- </mxCell>
- <mxCell id="7" value="LibCompiler C++ Library" style="text;strokeColor=none;fillColor=none;html=1;fontSize=24;fontStyle=1;verticalAlign=middle;align=left;" parent="1" vertex="1">
- <mxGeometry x="470" y="320" width="290" height="40" as="geometry"/>
- </mxCell>
- <mxCell id="8" value="Compiler Tool" style="text;strokeColor=none;fillColor=none;html=1;fontSize=24;fontStyle=1;verticalAlign=middle;align=left;" parent="1" vertex="1">
- <mxGeometry x="510" y="140" width="170" height="40" as="geometry"/>
- </mxCell>
- </root>
- </mxGraphModel>
- </diagram>
-</mxfile> \ No newline at end of file
diff --git a/doc/HAVP.txt b/doc/HAVP.txt
deleted file mode 100644
index 12fcec5..0000000
--- a/doc/HAVP.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-HAVP - Harvard Audio/Video Processor
-
-- Encoding: IBAD
-
-- Data path = 24
- - 16: sound data
- - 8: information data
-
-- Register size: 32
-- Store strategy: shift registers.
-- Standard registers: [ r0, r9 ]
-- Floating point registers: [ f0, f2 ]
-- Builtin SRAM: 512kb
diff --git a/doc/Inside 64x0.pdf b/doc/Inside 64x0.pdf
deleted file mode 100644
index bcd6782..0000000
--- a/doc/Inside 64x0.pdf
+++ /dev/null
Binary files differ
diff --git a/doc/NOTICE.txt b/doc/NOTICE.txt
deleted file mode 100644
index 23691da..0000000
--- a/doc/NOTICE.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-The X64000 draft papers
-They contain thing that might appear through the next iteration of 64k.
-
-Please look at the document shared for the latest revisions. \ No newline at end of file
diff --git a/doc/RISC.txt b/doc/RISC.txt
deleted file mode 100644
index e17b494..0000000
--- a/doc/RISC.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-VNRP - Von Neumann, RISC Processor
-
-- Encoding = RegToReg, Imm, Syscall, Jump, NoArgs
-
-- Data path = 128-bit (register data)
-- Addressing = 58-bit physical address size.
-
-- Registers (128-bit) = r0, r19
-- Float/Vector registers (128-bit) = f0, f9
-
-- Out of order (superscalar also added to the equation) = Yes
-- Superscalar = Yes
-
-- L1 cache: 16kb (8 instr, 8 data)
-- L2 cache: 1024kb (512 instr, 512 data)
-
-- Clock speed: 1 Ghz
diff --git a/doc/SPECS_ASM.txt b/doc/SPECS_ASM.txt
deleted file mode 100644
index bb26831..0000000
--- a/doc/SPECS_ASM.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-====================
-X86 ASSEMBLER SPECS
-====================
-
-WHAT TO DO:
- Provide complete support of x86-64 with:
-
- - org directive.
- - 64-bit and 32-bit registers.
- - basic instructions (load, store, jump to)
- - flushable into object-code and flat binary. \ No newline at end of file
diff --git a/doc/SPECS_DBG.txt b/doc/SPECS_DBG.txt
deleted file mode 100644
index 1342922..0000000
--- a/doc/SPECS_DBG.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-====================
-DEBUGGER SPECS
-====================
-
-WHAT TO DO:
- Provide a complete debugger:
-
- - Debugging on Linux, OS X.
- - Ctrl-C handler to stop program.
- - Extensive C++ library for debugging.
- \ No newline at end of file
diff --git a/doc/SPECIFICATION.md b/docs/SPECIFICATION.md
index 7237dd6..7237dd6 100644
--- a/doc/SPECIFICATION.md
+++ b/docs/SPECIFICATION.md