{"id":16272362,"url":"https://github.com/f-aguzzi/af6502","last_synced_at":"2025-04-08T15:48:21.434Z","repository":{"id":40780540,"uuid":"497558656","full_name":"f-aguzzi/af6502","owner":"f-aguzzi","description":"6502 8-bit processor emulator","archived":false,"fork":false,"pushed_at":"2023-03-08T17:04:41.000Z","size":1685,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T12:20:05.534Z","etag":null,"topics":["6502","6502-emulation","emulator"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f-aguzzi.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":"2022-05-29T10:33:40.000Z","updated_at":"2023-02-01T00:06:41.000Z","dependencies_parsed_at":"2024-11-05T02:40:59.842Z","dependency_job_id":"f5701aa2-4543-4b0f-9c8f-7413584fbee7","html_url":"https://github.com/f-aguzzi/af6502","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-aguzzi%2Faf6502","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-aguzzi%2Faf6502/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-aguzzi%2Faf6502/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-aguzzi%2Faf6502/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f-aguzzi","download_url":"https://codeload.github.com/f-aguzzi/af6502/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247875916,"owners_count":21011026,"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","6502-emulation","emulator"],"created_at":"2024-10-10T18:17:27.880Z","updated_at":"2025-04-08T15:48:16.427Z","avatar_url":"https://github.com/f-aguzzi.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# af6502\n6502 8-bit processor emulator\n\nThis emulator is still a work in progress.\n\nAll opcodes have been implemented, and they were tested individually\nthrough unit tests, but no global testing (i.e., running a piece of\nassembly through the emulator) has been performed yet.\n\n## Usage\n\nThe emulator shall be operated from the command line.\n\nThe command line flags must have space between each other, but their\narguments are attached. For example, to load a file and activate the\nregister status output:\n\n```\naf6502 -input=./program.bin -showstatus\n```\n\n### Command line arguments:\n\n- `-cycles=` *(followed by a number, without quotes)*: sets the number of\n  clock cycles to execute\n- `-input=` *(followed by the path, without quotes)*: selects the input\n  binary file\n- `-showstatus`: displays the status of the registers in the terminal,\n  at the end of the execution\n- `-dump=` *(followed by the path, without quotes)*: selects the path for\n  the memory dump file\n- `-start=` *(followed by a number, without quotes)*: sets the inital value\n  for the Program Counter register, that is, the starting memory location\n  of the executable. When loading a binary, it will be transcribed to\n  memory starting from this value\n\nInvalid flags are ignored.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff-aguzzi%2Faf6502","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff-aguzzi%2Faf6502","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff-aguzzi%2Faf6502/lists"}