Skip to content

RegisterSnapshot Class

Definition

A snapshot of the Z80 CPU registers.

public abstract class RegisterSnapshot : Header

View source

Properties

Name Description
AF Gets or sets the AF register pair.
BC Gets or sets the BC register pair.
DE Gets or sets the DE register pair.
HL Gets or sets the HL register pair.
IR Gets or sets the interrupt vector and refresh register pair.
IX Gets or sets the IX index register.
IY Gets or sets the IY index register.
PC Gets or sets the program counter.
Shadow Gets the shadow register snapshot.
SP Gets or sets the stack pointer.