Skip to content

M6502ExpectedState Class

Definition

Represents the expected state of an M6502 after executing an InstructionTestCase.

public class M6502ExpectedState : M6502State

View source

Constructors

Name Description
M6502ExpectedState()

Properties

Name Description
Cycles Gets the expected list of cycles that occurred during instruction execution.
TStates Gets the expected number of cycles taken to execute the instruction.

Methods

Name Description
Assert(M6502TestHarness) Asserts that the actual M6502 state matches the expected state.