{"id":28089176,"url":"https://github.com/deepdish36/c-6502","last_synced_at":"2025-05-13T12:54:31.578Z","repository":{"id":288119501,"uuid":"966902714","full_name":"DeepDish36/C-6502","owner":"DeepDish36","description":"C-6502 is a learning-focused emulator for the MOS 6502, with tools to write, run, and debug Assembly code.","archived":false,"fork":false,"pushed_at":"2025-05-02T12:01:12.000Z","size":2804,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-02T12:47:53.243Z","etag":null,"topics":["6502-assembly","assembly-language","computer-architecture","cpu-emulator","emulator","retrocomputing"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DeepDish36.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":"2025-04-15T16:14:41.000Z","updated_at":"2025-05-02T11:59:36.000Z","dependencies_parsed_at":"2025-04-15T17:32:08.233Z","dependency_job_id":"83b3b6eb-97c1-4729-bd51-859b4598aba8","html_url":"https://github.com/DeepDish36/C-6502","commit_stats":null,"previous_names":["deepdish36/c-6502"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepDish36%2FC-6502","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepDish36%2FC-6502/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepDish36%2FC-6502/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepDish36%2FC-6502/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeepDish36","download_url":"https://codeload.github.com/DeepDish36/C-6502/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253948327,"owners_count":21988953,"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":["6502-assembly","assembly-language","computer-architecture","cpu-emulator","emulator","retrocomputing"],"created_at":"2025-05-13T12:54:30.886Z","updated_at":"2025-05-13T12:54:31.564Z","avatar_url":"https://github.com/DeepDish36.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C-6502 \n\n[🇵🇹 Português](#português) | [🇺🇸 English](#english)\n\n---\n\n## \u003ch2 id=\"português\"\u003e🇵🇹 **Português**\u003c/h2\u003e\n### Sobre o Projeto\nO **C-6502** é um emulador do microprocessador 6502, desenvolvido para auxiliar estudantes e entusiastas da programação de baixo nível.\u003cbr/\u003e\u003cbr/\u003e\nO projeto foi inspirado nas ferramentas disponíveis em [easy6502](https://skilldrick.github.io/easy6502/) e [txt3.de](txt3.de), adaptando e expandindo as suas funcionalidades para uma nova abordagem educacional.\n### Download\nA versão mais recente pode ser descarregada [aqui](https://github.com/DeepDish36/C-6502/releases/latest).\n\n### Como Contribuir\n```bash\n1. Faz um fork deste repositório.\n2. Clona o teu fork localmente:\n   git clone https://github.com/DeepDish36/C-6502.git\n\n3. Cria uma branch para a tua funcionalidade:\n   git checkout -b nome-do-teu-branch\n\n4. Faz as alterações necessárias no código.\n\n5. Testa o projeto para garantir que está tudo a funcionar.\n\n6. Faz commit e push das tuas alterações:\n   git add .\n   git commit -m \"Descrição clara da mudança\"\n   git push origin nome-do-teu-branch\n\n7. Abre um Pull Request neste repositório original.\n```\n[Código Fonte](https://github.com/DeepDish36/C-6502)\n\n### Licença\nEste projeto está licenciado sob **GNU Affero General Public License v3.0**, garantindo que qualquer melhoria seja pública e que o autor receba crédito.\n\n---\n\n## \u003ch2 id=\"english\"\u003e🇺🇸 **English**\u003c/h2\u003e\n### About the Project\n**C-6502** is an emulator for the 6502 microprocessor, designed to assist students and enthusiasts in learning low-level programming.\u003cbr/\u003e\u003cbr/\u003e\nThe project was inspired by the tools available on [easy6502](https://skilldrick.github.io/easy6502/) and [txt3.de](txt3.de), adapting and expanding their functionalities for a new educational approach.\n### Download\nThe latest version can be downloaded [here](https://github.com/DeepDish36/C-6502/releases/latest).\n\n### How to Contribute\n```bash\n1. Fork this repository.\n2. Clone your fork locally:\n   git clone https://github.com/DeepDish36/C-6502.git\n\n3. Create a branch for your feature or fix:\n   git checkout -b your-feature-branch\n\n4. Make your changes to the code.\n\n5. Test the project to ensure everything works.\n\n6. Commit and push your changes:\n   git add .\n   git commit -m \"Clear description of the change\"\n   git push origin your-feature-branch\n\n7. Open a Pull Request to the original repository.\n```\n[Source Code](https://github.com/DeepDish36/C-6502)\n\n### License\nThis project is licensed under **GNU Affero General Public License v3.0**, ensuring that any improvements remain public and that the original author is credited.\n\n---\n\u003cb\u003e\n  \u003cp align=end\u003eDeveloped by \u003ci\u003eDeepDish36\u003c/i\u003e | © 2025\u003c/p\u003e\n\u003c/b\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepdish36%2Fc-6502","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepdish36%2Fc-6502","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepdish36%2Fc-6502/lists"}