{"id":20572390,"url":"https://github.com/algosup/2023-2024-project-3-virtual-processor-team-3","last_synced_at":"2025-07-16T03:34:31.966Z","repository":{"id":217126929,"uuid":"740528691","full_name":"algosup/2023-2024-project-3-virtual-processor-team-3","owner":"algosup","description":"2023-2024, 3rd project, aims to create our own processor and Assembly language.","archived":false,"fork":false,"pushed_at":"2024-03-17T15:03:22.000Z","size":24193,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T05:41:29.585Z","etag":null,"topics":["assembler","assembly","c","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}},"created_at":"2024-01-08T14:29:19.000Z","updated_at":"2025-03-25T11:12:20.000Z","dependencies_parsed_at":"2024-03-11T14:14:33.678Z","dependency_job_id":null,"html_url":"https://github.com/algosup/2023-2024-project-3-virtual-processor-team-3","commit_stats":null,"previous_names":["algosup/2023-2024-project-3-virtual-processor-team-3"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algosup%2F2023-2024-project-3-virtual-processor-team-3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algosup%2F2023-2024-project-3-virtual-processor-team-3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algosup%2F2023-2024-project-3-virtual-processor-team-3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algosup%2F2023-2024-project-3-virtual-processor-team-3/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-3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248923764,"owners_count":21183954,"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","assembly","c","vcpu"],"created_at":"2024-11-16T05:19:59.124Z","updated_at":"2025-04-14T17:10:31.221Z","avatar_url":"https://github.com/algosup.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ALGOSUP - 2023-2024 - Project 3 - Virtual Processor - Team 3\n\n## Team Members\n| **Photo** | **Name** | **Role** | **GitHub/LinkedIn** |\n|---|---|---|---|\n| \u003cimg src=\"./documents/img/thibault.png\" width=\"150\" height=\"150\"\u003e| MARLIER Thibaud | Project Manager | [GitHub](https://github.com/Biohazardyee) \\| [LinkedIn](https://www.linkedin.com/in/thibaud-marlier/) |\n| \u003cimg src=\"./documents/img/quentin.png\" width=\"150\" height=\"150\"\u003e | CLEMENT Quentin | Program Manager | [GitHub](https://github.com/Quentin-Clement) \\| [LinkedIn](https://www.linkedin.com/in/quentin-clément-939110221/) |\n| \u003cimg src=\"./documents/img/aurelien.png\" width=\"150\" height=\"150\"\u003e | FERNANDEZ Aurélien | Technical Leader | [GitHub](https://github.com/aurelienfernandez) \\| [LinkedIn](https://www.linkedin.com/in/aurélien-fernandez-4971201b8/) |\n| \u003cimg src=\"./documents/img/malo.png\" width=\"150\" height=\"150\"\u003e | ARCHIMBAUD Malo| Software Engineer | [GitHub](https://github.com/Malo-Archimbaud) \\| [LinkedIn](https://www.linkedin.com/in/malo-archimbaud-58aa12232/) |\n| \u003cimg src=\"./documents/img/mathis.png\" width=\"150\" height=\"150\"\u003e | KAKAL Mathis | Software Engineer | [GitHub](https://github.com/mathiskakal) \\| [LinkedIn](https://www.linkedin.com/in/mathis-k-a239ba10a/) |\n| \u003cimg src=\"./documents/img/arthur.png\" width=\"150\" height=\"150\"\u003e | LEMOINE Arthur | Quality Assurance | [GitHub](https://github.com/arthur-lemo1ne) \\| [LinkedIn](https://www.linkedin.com/in/arthur-lemoine-4b9782221/) |\n\n## Overview\n\nThis project is an ALGOSUP project, driven by the students. This project aims to create a Virtual Processor along with an Assembly language to run instructions on it. Moreover, we have to develop a built-in debugger. All of that, using plain and portable C language (only standard libraries are allowed).\n\n\n\n\n## What Is ALGORISK\n\nALGORISK is our processor, it stands for ALGOSUP RISK, the risk refers to RISC V from which we got inspired to create our processor.\n\n## What Is ALGORASM\n\nALGORASM is our assembly language, it stands for ALGORISK  assembly. The files written in ALGORASM are either text files or .gras files, which means gorisk assembly.\n\nProcessing a text file written in ALGORASM or a .gras file will create a new file named as the previous one but with the .grml extension.\n\n## How To Install\n\nFirstly, you'll need to install GCC (if not done yet): [Download GCC now](https://gcc.gnu.org) ! \\\nFollow the instructions to download gcc on the website.\n\n- Then, check out our latest release: [Latest release here](https://github.com/algosup/2023-2024-project-3-virtual-processor-team-3/tags)\n- Download the source code. You'll find everything you need, documentation, code, etc... Feel free to familiarize yourself with the files.\n- And voila! You're all set for a fresh start with ALGORASM and ALGORISK.\n\n## Visual Studio Code Extension\n\nBy following the link down below, you'll get redirected to the necessary Visual Studio Code Extension for ALGORISK, this is a set of tools for you, from snippets to syntax highlighting. \\\nYou'll find everything you need to code with our Assembly. \\\n[Link to the extension](https://marketplace.visualstudio.com/items?itemName=ALGORISKTEAM.algorisk-language-support)\n\n## How To Use\n\nTo **code in ALGORASM** feel free to check the documentation here: [Instruction Set Manual](https://github.com/algosup/2023-2024-project-3-virtual-processor-team-3/blob/main/documents/Assembly_documentation/ALGORISK_documentation.pdf)\n\nTo **use our virtual processor** you can choose between 3 different commands:\n\n```\n./main.exe gorasm [your file name].txt\n```\nYour file should contain ALGORISK assembly, else it may return an error.\n\nThis command will assemble the ALGORISK assembly into a .grml file, containing the binary of your program.\n\n```\n./main.exe goproc [your file name].grml\n```\n\nThis command will execute the binary of a .grml file.\n\n\n```\n./main.exe gorisk [your file name].txt\n```\n\nThis command executes the two previous commands into one.\n\n## License\n\nThis project is under the [MIT License](https://github.com/algosup/2023-2024-project-3-virtual-processor-team-3/blob/main/LICENSE)\n\nCopyright (c) 2024 ALGOSUP\n\n![image](https://github.com/algosup/2023-2024-project-3-virtual-processor-team-3/blob/main/documents/Assembly_documentation/img/logo_algosup.png?raw=true)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgosup%2F2023-2024-project-3-virtual-processor-team-3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falgosup%2F2023-2024-project-3-virtual-processor-team-3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgosup%2F2023-2024-project-3-virtual-processor-team-3/lists"}