# 6502-disasm

> 6502-disasm

Latest version **0.0.6** (published 2016-10-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install 6502-disasm
pnpm add 6502-disasm
yarn add 6502-disasm
bun add 6502-disasm
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.6 |
| Published | 2016-10-16 |
| First published | 2016-10-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=6.7.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | W. Brian Gourlie |
| Maintainers | wbrian |
| Keywords | 6502, Disassembler |

## Links

- npm: https://www.npmjs.com/package/6502-disasm
- Repository: https://github.com/bgourlie/6502-disasm
- Homepage: https://github.com/bgourlie/6502-disasm#readme
- Issues: https://github.com/bgourlie/6502-disasm/issues
- npm.io page: https://npm.io/package/6502-disasm

## Recent versions

- 0.0.6 (latest) — 2016-10-16
- 0.0.5 — 2016-10-16
- 0.0.4 — 2016-10-13
- 0.0.3 — 2016-10-12
- 0.0.2 — 2016-10-12
- 0.0.1 — 2016-10-12

## README

# 6502-disasm [![Build Status](https://travis-ci.org/bgourlie/6502-disasm.svg?branch=master)](https://travis-ci.org/bgourlie/6502-disasm)
A 6502 disassembler written in TypeScript.

### Usage

    const d = require("6502-disasm");
    const disasm = new d.Disassembler([0x61, 0xFA]);
    disasm.decodeNext(); // Outputs "ADC ($00,X)"

---
_Source: https://npm.io/package/6502-disasm · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
