[][src]Module dez80::register

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

Enums

Flag

Represents individual Z80 status flags, with their masks as their values.

RegisterOrder

Represents the order of a given register in a pair. For example, RegisterPairType::AF includes the registers SingleRegisterType::A and SingleRegisterType::F, which are high and low within the pair respectively.

RegisterPairType

Used to identify a register pair in an implementation-independent manner.

RegisterType

Used to identify either a single register or a register pair.

SingleRegisterType

Used to identify a single register in an implementation-independent manner.