{"id":15060520,"url":"https://github.com/emkay/parser-6502","last_synced_at":"2025-10-18T07:50:27.331Z","repository":{"id":57319650,"uuid":"69185145","full_name":"emkay/parser-6502","owner":"emkay","description":"Parser for 6502 assembler","archived":false,"fork":false,"pushed_at":"2020-05-11T17:22:23.000Z","size":1010,"stargazers_count":9,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T10:06:18.149Z","etag":null,"topics":["6502","assembly","javascript","nintendo","parser"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emkay.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-25T19:16:45.000Z","updated_at":"2023-08-23T17:29:43.000Z","dependencies_parsed_at":"2022-08-26T01:11:13.884Z","dependency_job_id":null,"html_url":"https://github.com/emkay/parser-6502","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/emkay/parser-6502","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emkay%2Fparser-6502","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emkay%2Fparser-6502/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emkay%2Fparser-6502/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emkay%2Fparser-6502/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emkay","download_url":"https://codeload.github.com/emkay/parser-6502/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emkay%2Fparser-6502/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262049549,"owners_count":23250768,"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","assembly","javascript","nintendo","parser"],"created_at":"2024-09-24T22:59:47.570Z","updated_at":"2025-10-18T07:50:22.279Z","avatar_url":"https://github.com/emkay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# parser-6502\n\n[![Greenkeeper badge](https://badges.greenkeeper.io/emkay/parser-6502.svg)](https://greenkeeper.io/)\nParser for 6502 assembler\n\nThis is a parser written in javascript that will parse assembler written for the [6502 8-bit microprocessor](https://en.wikipedia.org/wiki/MOS_Technology_6502).\n\n[![Build Status](https://travis-ci.org/emkay/parser-6502.svg?branch=master)](https://travis-ci.org/emkay/parser-6502)\n[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)\n[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)\n\n## Usage\n\n```javascript\nconst fs = require('fs')\nconst parser = require('parser-6502')\nconst input = fs.readFileSync('./asm.s', 'utf-8')\nconst result = parser(input)\n\nconsole.log(result)\n```\n\n## API\n\n### result = parser(input)\n\n```javascript\n[\n  {\n    \"directive\": \".db\",\n    \"args\": [\n      {\n        \"binary\": \"00000001\"\n      }\n    ]\n  }\n]\n```\n\n## Installation\n\n`npm i parser-6502`\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femkay%2Fparser-6502","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femkay%2Fparser-6502","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femkay%2Fparser-6502/lists"}