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
- Host: GitHub
- URL: https://github.com/kevinselwyn/nessemble
- Owner: kevinselwyn
- License: gpl-3.0
- Created: 2017-04-09T03:34:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T14:50:45.000Z (about 3 years ago)
- Last Synced: 2023-06-14T03:05:18.654Z (about 3 years ago)
- Topics: 6502, assembly, nes
- Language: C
- Size: 9.1 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README

`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)