{"id":20572329,"url":"https://github.com/algosup/2023-2024-project-3-virtual-processor-team-1","last_synced_at":"2025-07-02T17:33:42.086Z","repository":{"id":216126890,"uuid":"740528754","full_name":"algosup/2023-2024-project-3-virtual-processor-team-1","owner":"algosup","description":"The goal of the project is to create a virtual processor and an interpreter for running assembly code on that processor","archived":false,"fork":false,"pushed_at":"2024-03-11T13:23:07.000Z","size":7646,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-14T17:08:27.800Z","etag":null,"topics":["assembler","c","parser","vcpu"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/algosup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-08T14:29:27.000Z","updated_at":"2024-05-24T12:13:29.000Z","dependencies_parsed_at":"2024-02-19T14:28:51.872Z","dependency_job_id":"63f1940a-ce1b-467f-a900-b60592dc63e9","html_url":"https://github.com/algosup/2023-2024-project-3-virtual-processor-team-1","commit_stats":null,"previous_names":["algosup/2023-2024-project-3-virtual-processor-team-1"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/algosup/2023-2024-project-3-virtual-processor-team-1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algosup%2F2023-2024-project-3-virtual-processor-team-1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algosup%2F2023-2024-project-3-virtual-processor-team-1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algosup%2F2023-2024-project-3-virtual-processor-team-1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algosup%2F2023-2024-project-3-virtual-processor-team-1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/algosup","download_url":"https://codeload.github.com/algosup/2023-2024-project-3-virtual-processor-team-1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algosup%2F2023-2024-project-3-virtual-processor-team-1/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263184841,"owners_count":23427096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assembler","c","parser","vcpu"],"created_at":"2024-11-16T05:19:29.044Z","updated_at":"2025-07-02T17:33:42.066Z","avatar_url":"https://github.com/algosup.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 2023-2024-project-3-virtual-processor\n\n## Description\n\nThe goal of the project is to create a virtual processor and an interpreter for running assembly code on\nthat processor.\nThe project will be developed in plain, portable, C language without the use of any external library besides\nC standard libraries.\n\n## Documentation\n\n[Project charter](https://github.com/algosup/2023-2024-project-3-virtual-processor-team-1/blob/main/Documents/ProjectCharter.md) by Elone DELILLE\n\n[Functional specifications](https://github.com/algosup/2023-2024-project-3-virtual-processor-team-1/blob/main/Documents/FunctionalSpecifications.md) by Elone DELILLE\n\n[Assembly2 documentation](https://algosup-t1.gitbook.io/asm2/) on GitBook by Elone DELILLE\n\n[Technical specifications](https://github.com/algosup/2023-2024-project-3-virtual-processor-team-1/blob/main/Documents/TechnicalSpecifications.md) by Thomas PLANCHARD\n\n[Test plan](https://github.com/algosup/2023-2024-project-3-virtual-processor-team-1/blob/main/Documents/TestPlan.md) by Séréna BAVAROIS\n\n[Postmortem](Documents/ManagementArtefacts/PostMortem.md) by the team\n\n## Management\n\nThe management artifacts of this project are available on our [Jira project](https://virtual-processor.atlassian.net/jira/core/projects/VPT1/summary).\n\nHere is a [Tutorial](/Documents/JiraTutorial.md) to help you to find specific documents. On this Jira project, you will find the task allocation, the timeline, and all the documents related to the management.\n\n## Installation\n\nTo install the project, you need to clone the repository and build the project with the following commands:\n\n### Windows\n\n```bash\ngit clone \u003chttps://github.com/algosup/2023-2024-project-3-virtual-processor-team-1\u003e\ncd \u003c2023-2024-project-3-virtual-processor-team-1/Src\u003e\ngcc interpreter.c -o interpreter.exe\n.\\interpreter.exe \u003cpath_to_your_asm2_file\u003e\n```\n\n### MacOS\n\n```bash\ngit clone \u003chttps://github.com/algosup/2023-2024-project-3-virtual-processor-team-1\u003e\ncd \u003c2023-2024-project-3-virtual-processor-team-1/Src\u003e\ngcc interpreter.c -o interpreter\n./interpreter \u003cpath_to_your_asm2_file\u003e\n```\n\n## Team Members\n\n| **Photo** | **Name** | **Role** | **GitHub and LinkedIn** |\n|---|---|---|---|\n| ![Clémentine Curel](https://ca.slack-edge.com/T06BWRNMW3X-U06C7TXB9PE-g35ba02d7e83-64) | CUREL Clémentine | Project Manager | [GitHub](https://github.com/Clementine951) \\| [LinkedIn](https://www.linkedin.com/in/clementine-curel/) |\n| ![Elone Delille](https://ca.slack-edge.com/T06BWRNMW3X-U06CNHASLBS-gd0f64565afd-64) | DELILLE Elone | Program Manager | [GitHub](https://github.com/HiNett) \\| [LinkedIn](https://www.linkedin.com/in/elonedelille/) |\n| ![Thomas Planchard](https://ca.slack-edge.com/T019N8PRR7W-U02EY24GTT8-ge73464278d5-64) | PLANCHARD Thomas | Technical Leader | [GitHub](https://github.com/thomas-planchard) \\| [LinkedIn](https://www.linkedin.com/in/thomas-planchard-461782221/) |\n| ![Alexis Lasselin](https://ca.slack-edge.com/T06BWRNMW3X-U06BZPTBDV0-g00cd520ab1f-64) | LASSELIN Alexis | Software Engineer | [GitHub](https://github.com/AlexisLasselin) \\| [LinkedIn](https://www.linkedin.com/in/alexis-lasselin-318649251/) |\n| ![Salaheddine Namir](https://ca.slack-edge.com/T06BWRNMW3X-U06CMQRP3D4-gfbb2631ed2b-64) | NAMIR Salaheddine | Software Engineer | [GitHub](https://github.com/T3rryc) \\| [LinkedIn](https://www.linkedin.com/in/salaheddine-namir-3402471b8/) |\n| ![Séréna Bavarois](https://ca.slack-edge.com/T06BWRNMW3X-U06C1D5D9RT-g2a7db03edc5-64) | BAVAROIS Séréna | Quality Assurance | [GitHub](https://github.com/NanaChocolat) \\| [LinkedIn](https://www.linkedin.com/in/s%C3%A9r%C3%A9na-bavarois-619975218/) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgosup%2F2023-2024-project-3-virtual-processor-team-1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falgosup%2F2023-2024-project-3-virtual-processor-team-1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgosup%2F2023-2024-project-3-virtual-processor-team-1/lists"}