Type Alias z80emu::CpuDebugCode

source ·
pub type CpuDebugCode = ArrayVec<u8, 4>;
Expand description

The type that stores a copy of the instruction’s full byte code.

Aliased Type§

struct CpuDebugCode { /* private fields */ }