{"id":32860930,"url":"https://github.com/xtt28/disasm6502","last_synced_at":"2025-11-14T01:00:46.947Z","repository":{"id":323063700,"uuid":"1091907070","full_name":"xtt28/disasm6502","owner":"xtt28","description":"Disassembler for the 6502 instruction set.","archived":false,"fork":false,"pushed_at":"2025-11-07T20:56:18.000Z","size":69,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-07T22:24:39.438Z","etag":null,"topics":["6502","disassembler","java"],"latest_commit_sha":null,"homepage":"","language":"Java","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/xtt28.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-07T17:40:46.000Z","updated_at":"2025-11-07T20:56:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/xtt28/disasm6502","commit_stats":null,"previous_names":["xtt28/disasm6502"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/xtt28/disasm6502","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtt28%2Fdisasm6502","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtt28%2Fdisasm6502/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtt28%2Fdisasm6502/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtt28%2Fdisasm6502/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xtt28","download_url":"https://codeload.github.com/xtt28/disasm6502/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtt28%2Fdisasm6502/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283410685,"owners_count":26831444,"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","status":"online","status_checked_at":"2025-11-08T02:00:06.281Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","disassembler","java"],"created_at":"2025-11-08T20:01:34.713Z","updated_at":"2025-11-09T21:04:01.159Z","avatar_url":"https://github.com/xtt28.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# disasm6502\n\ndisasm6502 is a disassembler for the 6502 instruction set written in Java. It\nconverts compiled object code for the 6502 instruction set into standard 6502\nassembly.\n\n## Usage\n\n### Build\n\n```shell\n./gradlew build # resulting jar file is in build/libs/disasm6502.jar\ncp build/libs/disasm6502.jar . # copy compiled jar to project root\n```\n\n### Run\n\n```shell\njava -jar disasm6502.jar yourbinary.bin \u003e result.txt # output written to result.txt\n```\n\n## Examples\n\nSee the [examples](examples/) directory for example object code files and their\nrespective disassemblies.\n\n## License\n\nThis project (excluding example files provided in the examples/ folder) is\nlicensed under\n\n    SPDX-License-Identifier: GPL-3.0-or-later\n\nbeing in concordance with the terms found in the LICENSE file in the root of\nthis repository.\n\n## Acknowledgements\n\nThe Snake example is taken from Nick Morgan's easy6502 website\n(https://github.com/skilldrick/easy6502/blob/gh-pages/_includes/snake.html)\nand licensed under a CC-BY 4.0 license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtt28%2Fdisasm6502","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxtt28%2Fdisasm6502","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtt28%2Fdisasm6502/lists"}