Browse Source

add submodules

Simard Yohan 2 years ago
commit
09266cc111
5 changed files with 13 additions and 0 deletions
  1. 9
    0
      .gitmodules
  2. 1
    0
      CrossAssembleur
  3. 1
    0
      README
  4. 1
    0
      compilator-2000
  5. 1
    0
      processor-2000

+ 9
- 0
.gitmodules View File

@@ -0,0 +1,9 @@
1
+[submodule "CrossAssembleur"]
2
+	path = CrossAssembleur
3
+	url = https://git.etud.insa-toulouse.fr/ysimard/CrossAssembleur.git
4
+[submodule "processor-2000"]
5
+	path = processor-2000
6
+	url = https://git.etud.insa-toulouse.fr/ysimard/processor-2000.git
7
+[submodule "compilator-2000"]
8
+	path = compilator-2000
9
+	url = https://git.etud.insa-toulouse.fr/vergnet/compilator-2000.git

+ 1
- 0
CrossAssembleur

@@ -0,0 +1 @@
1
+Subproject commit 6631ca437b218a793bd17f2c5ad7de8848e65cef

+ 1
- 0
README View File

@@ -0,0 +1 @@
1
+This repository includes our compiler, our processor and a cross-assembler

+ 1
- 0
compilator-2000

@@ -0,0 +1 @@
1
+Subproject commit e3ea8ee7099d99271c1e1fc207a92f7f1001012b

+ 1
- 0
processor-2000

@@ -0,0 +1 @@
1
+Subproject commit 7409c89285bbfb5936d922f8f58051c9415ffbd4

Loading…
Cancel
Save