From 6eae0ca542ea61564d66f23937a84cfe9de1344c Mon Sep 17 00:00:00 2001 From: Aurelien FERNANDEZ Date: Fri, 23 Feb 2024 16:49:46 +0100 Subject: [PATCH] Docs: Fix readme --- README.md | 12 ++++++------ {Img => documents/img}/arthur.png | Bin {Img => documents/img}/aurelien.png | Bin {Img => documents/img}/malo.png | Bin {Img => documents/img}/mathis.png | Bin {Img => documents/img}/quentin.png | Bin {Img => documents/img}/thibault.png | Bin src/asm.grml | 1 + src/asm.txt | 9 +++++++++ 9 files changed, 16 insertions(+), 6 deletions(-) rename {Img => documents/img}/arthur.png (100%) rename {Img => documents/img}/aurelien.png (100%) rename {Img => documents/img}/malo.png (100%) rename {Img => documents/img}/mathis.png (100%) rename {Img => documents/img}/quentin.png (100%) rename {Img => documents/img}/thibault.png (100%) create mode 100644 src/asm.grml create mode 100644 src/asm.txt diff --git a/README.md b/README.md index e913495..dc4e537 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ ## Team Members | **Photo** | **Name** | **Role** | **GitHub/LinkedIn** | |---|---|---|---| -| | MARLIER Thibaud | Project Manager | [GitHub](https://github.com/Biohazardyee) \| [LinkedIn](https://www.linkedin.com/in/thibaud-marlier/) | -| | CLEMENT Quentin | Program Manager | [GitHub](https://github.com/Quentin-Clement) \| [LinkedIn](https://www.linkedin.com/in/quentin-clément-939110221/) | -| | FERNANDEZ Aurélien | Technical Leader | [GitHub](https://github.com/aurelienfernandez) \| [LinkedIn](https://www.linkedin.com/in/aurélien-fernandez-4971201b8/) | -| | ARCHIMBAUD Malo| Software Engineer | [GitHub](https://github.com/Malo-Archimbaud) \| [LinkedIn](https://www.linkedin.com/in/malo-archimbaud-58aa12232/) | -| | KAKAL Mathis | Software Engineer | [GitHub](https://github.com/mathiskakal) \| [LinkedIn](https://www.linkedin.com/in/mathis-k-a239ba10a/) | -| | LEMOINE Arthur | Quality Assurance | [GitHub](https://github.com/arthur-lemo1ne) \| [LinkedIn](https://www.linkedin.com/in/arthur-lemoine-4b9782221/) | +| | MARLIER Thibaud | Project Manager | [GitHub](https://github.com/Biohazardyee) \| [LinkedIn](https://www.linkedin.com/in/thibaud-marlier/) | +| | CLEMENT Quentin | Program Manager | [GitHub](https://github.com/Quentin-Clement) \| [LinkedIn](https://www.linkedin.com/in/quentin-clément-939110221/) | +| | FERNANDEZ Aurélien | Technical Leader | [GitHub](https://github.com/aurelienfernandez) \| [LinkedIn](https://www.linkedin.com/in/aurélien-fernandez-4971201b8/) | +| | ARCHIMBAUD Malo| Software Engineer | [GitHub](https://github.com/Malo-Archimbaud) \| [LinkedIn](https://www.linkedin.com/in/malo-archimbaud-58aa12232/) | +| | KAKAL Mathis | Software Engineer | [GitHub](https://github.com/mathiskakal) \| [LinkedIn](https://www.linkedin.com/in/mathis-k-a239ba10a/) | +| | LEMOINE Arthur | Quality Assurance | [GitHub](https://github.com/arthur-lemo1ne) \| [LinkedIn](https://www.linkedin.com/in/arthur-lemoine-4b9782221/) | ## Overview diff --git a/Img/arthur.png b/documents/img/arthur.png similarity index 100% rename from Img/arthur.png rename to documents/img/arthur.png diff --git a/Img/aurelien.png b/documents/img/aurelien.png similarity index 100% rename from Img/aurelien.png rename to documents/img/aurelien.png diff --git a/Img/malo.png b/documents/img/malo.png similarity index 100% rename from Img/malo.png rename to documents/img/malo.png diff --git a/Img/mathis.png b/documents/img/mathis.png similarity index 100% rename from Img/mathis.png rename to documents/img/mathis.png diff --git a/Img/quentin.png b/documents/img/quentin.png similarity index 100% rename from Img/quentin.png rename to documents/img/quentin.png diff --git a/Img/thibault.png b/documents/img/thibault.png similarity index 100% rename from Img/thibault.png rename to documents/img/thibault.png diff --git a/src/asm.grml b/src/asm.grml new file mode 100644 index 0000000..e3533fe --- /dev/null +++ b/src/asm.grml @@ -0,0 +1 @@ +000000100111000000000000100100110001000000000000000000010001001100000000000100010011000000100011000000000000000100000001100000110000000000000001100011110011001100000000000000000000000001110011 \ No newline at end of file diff --git a/src/asm.txt b/src/asm.txt new file mode 100644 index 0000000..40f433a --- /dev/null +++ b/src/asm.txt @@ -0,0 +1,9 @@ +.data + +.code +addi x1, x0, 39 +addi x2, x0, 256 +sw x2, x1, 0 +lw x3, x2, 0 +add x30, x3, x0 +syscall