Skip to content

Disassemble utils #54

@nnarain

Description

@nnarain

Utilities for disassembling ROM in the NES emulator. Example:

use nescore::asm::*;
...

// Iterate over blocks of instruction data. A block is a set of sequential instructions without jumps or branches.
for item in BlockIterator(nes).into_iter() {

}

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions