An open API service indexing awesome lists of open source software.

https://github.com/kevinselwyn/nessemble

6502 assembler/disassembler/simulator targeting the Nintendo Entertainment System
https://github.com/kevinselwyn/nessemble

6502 assembly nes

Last synced: 5 months ago
JSON representation

6502 assembler/disassembler/simulator targeting the Nintendo Entertainment System

Awesome Lists containing this project

README

          

![Nessemble](website/static/img/nessemble.gif)

`nessemble` is a 6502 assembler/disassembler/simulator targeting the Nintendo
Entertainment System

## Getting Started

To initialize a new project:

```text
nessemble init
```

Build the project:

```text
nessemble project.asm --output project.nes
```

Run `project.nes` in any NES emulator to see the result.

## Documentation

Read the [documentation](//docs.nessemble.com)