[][src]Crate dez80

Provides Z80 disassembly and analysis models and functions.

Re-exports

pub use decoder::InstructionDecoder;
pub use instruction::Instruction;
pub use register::*;

Modules

decoder
instruction

Contains models and functions to define, decode, and format Z80 instructions and their components.

register

Contains models and functions used to manage a Z80 processor's internal storage, including single registers, register pairs, and status flags.