Nessemble
nessemble
is a 6502 assembler/disassembler/simulator targeting the Nintendo
Entertainment System
Getting Started
To initialize a new project:
nessemble init
Build the project:
nessemble project.asm --output project.nes
Run project.nes
in any NES emulator to see the result.
Documentation
Start here: Installation