nes-utils-0.1.0 has been yanked.
nes-utils
How to build and run ?
- Install the dependencies
cargo
Usage example
use File;
use Read;
use NesDisassembler;
use ;
Documentation
Run cargo doc --open to read the documentation in the browser.
Features status
| Name | Status |
|---|---|
| Dump header into .asm | ✅ |
| Include .chr into .asm | ✅ |
| Disassemble instructions | ✅ |
| PPU / 2A03 registers indication for asm code | ✅ |
| Dump CHR ROM graphics data into images | ✅ |
| Dump image into CHR ROM | ⌛ |
| NES PRNG | ✅ |
| NES Game Genie decode | ✅ |