[][src]Module olympia_engine::registers

Contains operations on CPU registers

Structs

RegisterParseError

Enums

AccRegister

16bit Register group that includes the accumalator register.

ByteRegister

All 8-bit registers

ByteRegisterTarget

A operand that can either target a 8-bit register (excluding F) or the memory address referenced by the HL register.

Flag

Represents a CPU flag set after some instructions.

StackRegister

Registers group that includes the stack register

WordByte
WordRegister

All 16-bit registers