Skip to content

Z80ExpectedState.NextRegisterWrites Property

Definition

Gets the expected list of Next register writes that occurred during instruction execution. Z80N only; a Z80 never writes to one. The register number is the port of the IOEvent.

public IReadOnlyList<IOEvent> NextRegisterWrites { get; }

View source

Property Value

IReadOnlyList<IOEvent>