{"id":24935793,"url":"https://github.com/hellebenjamin/remu80","last_synced_at":"2025-03-28T16:13:05.123Z","repository":{"id":265983969,"uuid":"897035471","full_name":"HelleBenjamin/remu80","owner":"HelleBenjamin","description":"Simple Z80 emulator written in C++","archived":false,"fork":false,"pushed_at":"2025-01-25T22:10:43.000Z","size":1003,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T15:56:52.737Z","etag":null,"topics":["cpp","emulator","z80","z80-emulator"],"latest_commit_sha":null,"homepage":"","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/HelleBenjamin.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":"2024-12-01T22:26:15.000Z","updated_at":"2025-01-25T22:10:47.000Z","dependencies_parsed_at":"2025-01-12T23:23:38.431Z","dependency_job_id":"3d73afbe-b4b7-4cee-8415-52aa80936cfa","html_url":"https://github.com/HelleBenjamin/remu80","commit_stats":null,"previous_names":["hellebenjamin/remu80"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelleBenjamin%2Fremu80","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelleBenjamin%2Fremu80/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelleBenjamin%2Fremu80/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelleBenjamin%2Fremu80/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HelleBenjamin","download_url":"https://codeload.github.com/HelleBenjamin/remu80/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246059339,"owners_count":20717085,"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":["cpp","emulator","z80","z80-emulator"],"created_at":"2025-02-02T15:56:58.342Z","updated_at":"2025-03-28T16:13:05.100Z","avatar_url":"https://github.com/HelleBenjamin.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remu80 - Retro Z80 Emulator\n\n## THIS PROJECT IS A WORK IN PROGRESS. SOME FEATURES MAY BE BROKEN OR MISSING.\n\nRemu80 is a simple Z80 emulator written in C++. Its goal is to be a fully functional emulator of the Z80 instruction set.\nIt also comes with a compiler for the ZC80 language. ZC80 is a C-like language, which is almost fully compatible with C(with minor exceptions) thus making it easy to port programs from C to ZC80.\n\n## Features\n- Z80 instruction set (undocumented instructions will be added later)\n- Same registers as the original Z80\n- Port ```0x00``` is used for standard input and output\n- Watchdog for detecting infinite loops, can be disabled using the ```-w``` flag\n- ACIA 6850 support (Work in progress)\n\n## How to use\n1. Compile the project using the command ```make```.\n2. Run the emulator using the command ```./main -s \u003cprogram.name\u003e```. For debugging purposes, run with the ```-d``` flag.\n3. The program will be loaded into memory and will be executed.\n\n## Options\n- ```-s``` - Source program, load and run\n- ```-d``` - Enable debugging mode\n- ```-t``` - Run tests\n- ```-p``` - Print memory after execution\n- ```-r``` - Print state after execution\n- ```-w``` - Disable watchdog\n\n## License\nThis project is released under the [GPL V3](https://www.gnu.org/licenses/gpl-3.0.en.html) license","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellebenjamin%2Fremu80","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellebenjamin%2Fremu80","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellebenjamin%2Fremu80/lists"}