{"id":25133031,"url":"https://github.com/bancedev/tinyvm","last_synced_at":"2025-06-17T08:06:18.146Z","repository":{"id":275334094,"uuid":"925780645","full_name":"BanceDev/tinyvm","owner":"BanceDev","description":"A virtual machine for a minimal computer written in less than 150 lines of C","archived":false,"fork":false,"pushed_at":"2025-02-01T18:23:35.000Z","size":95,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T01:16:21.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BanceDev.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}},"created_at":"2025-02-01T18:21:56.000Z","updated_at":"2025-02-01T18:27:11.000Z","dependencies_parsed_at":"2025-02-01T19:26:41.900Z","dependency_job_id":"f55c6835-f426-4390-9061-c565c7efc8e0","html_url":"https://github.com/BanceDev/tinyvm","commit_stats":null,"previous_names":["bancedev/tinyvm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BanceDev/tinyvm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BanceDev%2Ftinyvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BanceDev%2Ftinyvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BanceDev%2Ftinyvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BanceDev%2Ftinyvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BanceDev","download_url":"https://codeload.github.com/BanceDev/tinyvm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BanceDev%2Ftinyvm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260318705,"owners_count":22991119,"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":[],"created_at":"2025-02-08T15:19:39.256Z","updated_at":"2025-06-17T08:06:18.122Z","avatar_url":"https://github.com/BanceDev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TinyVM\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"512\" height=auto src=\"https://github.com/BanceDev/tinyvm/blob/main/tinyvm.png\"\u003e\n  \u003cbr/\u003e\n  \u003cimg src=\"https://img.shields.io/github/contributors/bancedev/tinyvm\" alt=\"contributors\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/bancedev/tinyvm\" alt=\"license\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/forks/bancedev/tinyvm\" alt=\"forks\"\u003e\n\u003c/p\u003e\nTinyVM is an implementaion of a very minimal computer as a way to learn about computer architecture and how instruction sets for CPUs can be emulated. The TinyCPU being virtualized has only 6 registers, 4Kb of ROM memory, and 4 instructions. The entire VM is written in just over 100 lines of C code and is all in a single file. I hope this VM is able to teach people a little about computer architecture, assembly languages, and high level CPU design.\n\n## Compiling/Installation\n\n```\ngit clone https://github.com/BanceDev/tinyvm.git\ncd tinyvm\ngcc -o tinyvm tinyvm.c\n```\n\n## License\n\nThis project is licensed under the GPLv3 License.\n\nFor more details, see the [LICENSE](./LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbancedev%2Ftinyvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbancedev%2Ftinyvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbancedev%2Ftinyvm/lists"}