{"id":15945850,"url":"https://github.com/bgourlie/6502-disasm","last_synced_at":"2025-04-03T22:14:39.353Z","repository":{"id":57093176,"uuid":"70456070","full_name":"bgourlie/6502-disasm","owner":"bgourlie","description":"A 6502 disassembler written in TypeScript.","archived":false,"fork":false,"pushed_at":"2017-11-21T16:13:17.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T16:16:47.367Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bgourlie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-10T05:51:59.000Z","updated_at":"2017-11-11T04:33:04.000Z","dependencies_parsed_at":"2022-08-22T21:31:30.285Z","dependency_job_id":null,"html_url":"https://github.com/bgourlie/6502-disasm","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/bgourlie%2F6502-disasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgourlie%2F6502-disasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgourlie%2F6502-disasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgourlie%2F6502-disasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bgourlie","download_url":"https://codeload.github.com/bgourlie/6502-disasm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247086024,"owners_count":20881160,"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":"2024-10-07T09:08:05.386Z","updated_at":"2025-04-03T22:14:39.331Z","avatar_url":"https://github.com/bgourlie.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 6502-disasm [![Build Status](https://travis-ci.org/bgourlie/6502-disasm.svg?branch=master)](https://travis-ci.org/bgourlie/6502-disasm)\nA 6502 disassembler written in TypeScript.\n\n### Usage\n\n    const d = require(\"6502-disasm\");\n    const disasm = new d.Disassembler(new Uint8Array([0x61, 0xFA]));\n    disasm.decode(); // Outputs [ 'ADC ($FA,X)' ]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgourlie%2F6502-disasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbgourlie%2F6502-disasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgourlie%2F6502-disasm/lists"}