Module intel_8080_emu::proc_state[][src]

Structs

Flags
InterceptableProc8080

A simple wrapper around Proc8080 which allows to intercept opcodes.

Proc8080

Structure containing the processor state (flags, registers and memory) and logic.

Registers

Traits

DataBus

Interface used by Proc8080 for IN and OUT instructions. This is the main way to interact with the processor emulation.